Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 10, 2008, 12:55:35 PM (16 years ago)
Author:
dumenim
Message:

changed some comments and catched some return values and maybe some stuff we have to unchange

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/network/src/network/ClientInformation.h

    r790 r1008  
    4747    bool removeClient(int clientID);
    4848    bool removeClient(ENetPeer *peer);
     49    //## add bool mask-function eventually
    4950    ClientInformation *findClient(int clientID, bool look_backwards=false);
     51    //## add bool mask-function eventually
    5052    ClientInformation *findClient(ENetAddress *address, bool look_backwards=false);
    5153
Note: See TracChangeset for help on using the changeset viewer.