Changeset 9691 in orxonox.OLD for branches/new_class_id/src/lib/network/handshake.cc
- Timestamp:
- Aug 22, 2006, 11:45:21 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/lib/network/handshake.cc
r9690 r9691 30 30 { 31 31 /* set the class id for the base object */ 32 this-> setClassID(CL_HANDSHAKE, "Handshake");32 this->registerObject(this, Handshake::_objectList); 33 33 34 34
Note: See TracChangeset
for help on using the changeset viewer.