Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 24, 2006, 3:02:19 PM (18 years ago)
Author:
patrick
Message:

network: now every entity gets a network uniqueID

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/network/src/lib/network/network_stream.h

    r6660 r6672  
    5656    inline SynchronizeableList::const_iterator getSyncBegin(){ return synchronizeables.begin(); }
    5757    inline SynchronizeableList::const_iterator getSyncEnd(){ return synchronizeables.end(); }
    58     inline int getSyncCount(){ return synchronizeables.size(); }
     58    int getSyncCount();
    5959
    6060    inline bool isUserIdActive( int userID ) { if (userID>=networkSockets.size()) return false; else return networkSockets[userID]!=NULL; }
Note: See TracChangeset for help on using the changeset viewer.