Changeset 9272 in orxonox.OLD for branches/proxy/src/lib/network/handshake.cc
- Timestamp:
- Jul 13, 2006, 3:17:50 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/lib/network/handshake.cc
r9270 r9272 30 30 /* set the class id for the base object */ 31 31 this->setClassID(CL_HANDSHAKE, "Handshake"); 32 33 this->setIsServer( nodeType == NET_MASTER_SERVER);34 32 35 33 // register all variable handlers
Note: See TracChangeset
for help on using the changeset viewer.