/[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.1 by thunder, Mon May 26 10:14:51 2003 UTC revision 1.2 by nicov, Tue Jun 10 08:43:56 2003 UTC
# Line 25  Line 25 
25  #define NET_GAME_ID_H  #define NET_GAME_ID_H
26    
27  #include <Foundation/NSObject.h>  #include <Foundation/NSObject.h>
28    #include "NetProtocol.h"
29    
30    @class NSDistantObject;
31  @class NSHost;  @class NSHost;
 @class NetParty;  
32    
33  @interface NetGameID : NSObject  @interface NetGameID : NSObject
34  {  {
35  @private  @private
36    NetParty      *_party;    NSDistantObject<NetParty>  *_party;
37    NSHost        *_host;    NSHost                     *_host;
38  }  }
39    
40  - (id) initWithParty: (NetParty *)game  - (id) initWithParty: (NSDistantObject<NetParty> *)game
41              withHost: (NSHost *)host;              withHost: (NSHost *)host;
42  - (NetParty *) party;  - (NSDistantObject<NetParty> *) party;
43  - (NSHost *) host;  - (NSHost *) host;
44    
45    
46  @end  @end
47    
48  #endif /* NET_GAME_ID_H */  #endif /* NET_GAME_ID_H */

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