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

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

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

revision 1.2 by nicov, Tue Jun 10 08:43:56 2003 UTC revision 1.3 by thunder, Fri Jul 18 13:29:58 2003 UTC
# Line 33  Line 33 
33  @interface NetGameID : NSObject  @interface NetGameID : NSObject
34  {  {
35  @private  @private
36    NSDistantObject<NetParty>  *_party;    NSString    *_gameName;
37    NSHost                     *_host;    unsigned    _numPlayers;
38      unsigned    _maxNumPlayers;
39      NSString    *_mapName;
40      NSString    *_master;
41      NSHost      *_host;
42    
43    //   NSDistantObject<NetParty>  *_party;
44  }  }
45    
46  - (id) initWithParty: (NSDistantObject<NetParty> *)game  - (id) initWithHost: (NSHost *)host
47              withHost: (NSHost *)host;             gameName: (NSString *) gameName
48  - (NSDistantObject<NetParty> *) party;            numPlayers: (unsigned) numPlayers
49  - (NSHost *) host;         maxNumPlayers: (unsigned) maxNumPlayers
50                 master: (NSString *) master
51                mapName: (NSString *) mapName;
52    
53    - (NSHost *) host;
54    - (NSString *) gameName;
55    - (unsigned) numPlayers;
56    - (unsigned) maxNumPlayers;
57    - (NSString *) mapName;
58    - (NSString *) master;
59    
60  @end  @end
61    

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

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