/[hegemonie]/hegemonie/Headers/Network/NetServer.h
ViewVC logotype

Diff of /hegemonie/Headers/Network/NetServer.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by thunder, Mon May 26 10:16:47 2003 UTC revision 1.2 by nicov, Tue Jun 10 08:41:38 2003 UTC
# Line 35  Line 35 
35  {  {
36  @private  @private
37    NSMutableDictionary *_partyList;    NSMutableDictionary *_partyList;
38      NSString *_registreredName;
39  }  }
40    
41  - (id) init;  - (id) initWithRegisteredName: (NSString *)name;
42  - (void) createParty: (NSString *)gameName;  - (void) createParty: (NSString *)gameName;
43  - (void) addParty: (NetParty *)game;  - (void) addParty: (NetParty *)game;
44  - (void) removeParty: (NetParty *)game;  - (void) removeParty: (NetParty *)game;

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26