/[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.4 by thunder, Thu Jul 17 16:14:22 2003 UTC revision 1.5 by nicov, Tue Jul 22 10:12:49 2003 UTC
# Line 38  Line 38 
38    NSMutableDictionary *_partyList;    NSMutableDictionary *_partyList;
39    NSString            *_registreredName;    NSString            *_registreredName;
40  }  }
41    + (BOOL) updateServerListWithParty : (NetParty *)party;
42  - (id) initWithRegisteredName: (NSString *)name;  - (id) initWithRegisteredName: (NSString *)name;
43  - (void) createParty: (NSString *)gameName;  - (void) createPartyWithGameName: (NSString *)gameName
44  - (void) addParty: (NetParty *)game;                     maxNumPlayers: (unsigned)maxNumPlayers
45  - (void) removeParty: (NetParty *)game;                           mapName: (NSString *)mapName
46                              master: (NSString *)master;
47    - (void) addParty: (NetParty *)party;
48    - (void) removeParty: (NetParty *)party;
49  - (NetParty *) partyWithName: (NSString *)gameName;  - (NetParty *) partyWithName: (NSString *)gameName;
50  - (NSDictionary *) partyList;  - (NSDictionary *) partyList;
51    

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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