Changeset 9601 in orxonox.OLD for branches/proxy/src/lib/network/monitor
- Timestamp:
- Jul 29, 2006, 10:09:02 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/lib/network/monitor/network_monitor.h
r9589 r9601 82 82 NetworkNode* getNodeByUserId( int userId); 83 83 84 /* forced reconnection interface */ 85 inline void setForcedReconnection(IP address) { this->bForcedRecon = true; this->forcedReconnection = address;} 86 inline bool isForcedReconnection() { return this->bForcedRecon; } 87 inline IP getForcedReconnectionIP() { this->bForcedRecon = false; return this->forcedReconnection; } 88 84 89 85 90 void toggleGUI(); … … 98 103 int playerNumber; //!< total number of players in the game 99 104 int connectionNumber; //!< total number of connections at this localhost 105 106 IP forcedReconnection; //!< ip of a forced reconnection 107 bool bForcedRecon; //!< true if there is a forced recon 100 108 }; 101 109
Note: See TracChangeset
for help on using the changeset viewer.