Changeset 6634 in orxonox.OLD for trunk/src/lib/network/network_stream.h
- Timestamp:
- Jan 21, 2006, 1:18:19 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/network/network_stream.h
r6341 r6634 55 55 inline int getSyncCount(){ return synchronizeables.size(); } 56 56 57 inline bool isUserIdActive( int userID ) { if (userID>=networkSockets.size()) return false; else return networkSockets[userID]!=NULL; } 58 57 59 private: 58 60 NetworkProtocol* networkProtocol;
Note: See TracChangeset
for help on using the changeset viewer.