Changeset 9869 in orxonox.OLD for trunk/src/lib/network/monitor/connection_monitor.cc
- Timestamp:
- Oct 3, 2006, 12:19:30 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/network/monitor/connection_monitor.cc
r9494 r9869 23 23 /* using namespace std is default, this needs to be here */ 24 24 25 25 ObjectListDefinition(ConnectionMonitor); 26 26 /** 27 27 * constructor … … 31 31 { 32 32 /* set the class id for the base object and add ist to class list*/ 33 this-> setClassID(CL_CONNECTION_MONITOR, "ConnectionMonitor");33 this->registerObject(this, ConnectionMonitor::_objectList); 34 34 35 35 this->userId = userId;
Note: See TracChangeset
for help on using the changeset viewer.