/[hegemonie]/hegemonie/Network/NetServer.m
ViewVC logotype

Diff of /hegemonie/Network/NetServer.m

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

revision 1.2 by nicov, Tue Jun 10 09:09:34 2003 UTC revision 1.3 by nicov, Tue Jun 10 13:47:44 2003 UTC
# Line 23  Line 23 
23    
24  #include <Foundation/NSString.h>  #include <Foundation/NSString.h>
25  #include <Foundation/NSDictionary.h>  #include <Foundation/NSDictionary.h>
26    #include <Foundation/NSArray.h>
27  #include <Foundation/NSException.h>  #include <Foundation/NSException.h>
28    
29  #include "Network/NetServer.h"  #include "Network/NetServer.h"
# Line 167  registerName (NSString *registeredName, Line 168  registerName (NSString *registeredName,
168  }  }
169    
170  /**  /**
171     * Returns an array of party that contains the list of games "NetParty".
172     */
173    - (NSDictionary *) partyList
174    {
175      return _partyList;
176    }
177    
178    /**
179   * Returns the game "NetParty" asked with its name, or nil if the game   * Returns the game "NetParty" asked with its name, or nil if the game
180   * does not exist.   * does not exist.
181   */   */

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