Changeset 9691 in orxonox.OLD for branches/new_class_id/src/lib/network/proxy
- Timestamp:
- Aug 22, 2006, 11:45:21 PM (18 years ago)
- Location:
- branches/new_class_id/src/lib/network/proxy
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/lib/network/proxy/network_settings.cc
r9690 r9691 37 37 { 38 38 /* set the class id for the base object */ 39 this-> setClassID(CL_NETWORK_SETTINGS, "NetworkSettings");39 this->registerObject(this, NetworkSettings::_objectList); 40 40 41 41 // suggest a good standard max players value -
branches/new_class_id/src/lib/network/proxy/proxy_control.cc
r9690 r9691 15 15 #include "proxy_control.h" 16 16 17 #include "class_list.h"18 17 #include "shell_command.h" 19 18 … … 48 47 ProxyControl::ProxyControl() 49 48 { 50 this-> setClassID( CL_PROXY_CONTROL, "ProxyControl");49 this->registerObject(this, ProxyControl::_objectList); 51 50 52 51 this->setSynchronized(false);
Note: See TracChangeset
for help on using the changeset viewer.