Changeset 9686 in orxonox.OLD for branches/new_class_id/src/lib/physics/physics_connection.cc
- Timestamp:
- Aug 22, 2006, 2:36:54 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/lib/physics/physics_connection.cc
r9406 r9686 27 27 #include "util/loading/load_param.h" 28 28 29 29 #include "class_id.h" 30 30 31 31 CREATE_FACTORY(PhysicsConnection, CL_PHYSICS_CONNECTION); 32 32 NewObjectListDefinition(PhysicsConnection); 33 33 /** 34 34 * creates a PhysicsConnection … … 36 36 PhysicsConnection::PhysicsConnection(PhysicsInterface* subject, Field* field) 37 37 { 38 this-> setClassID(CL_PHYSICS_CONNECTION, "PhysicsConnection");38 this->registerObject(this, PhysicsConnection::_objectList); 39 39 this->type = PCON_PhysIField; 40 40 … … 47 47 PhysicsConnection::PhysicsConnection(const TiXmlElement* root) 48 48 { 49 this-> setClassID(CL_PHYSICS_CONNECTION, "PhysicsConnection");49 this->registerObject(this, PhysicsConnection::_objectList); 50 50 this->type = PCON_PhysIField; 51 51
Note: See TracChangeset
for help on using the changeset viewer.