Changeset 9686 in orxonox.OLD for branches/new_class_id/src/lib/event/key_mapper.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/event/key_mapper.cc
r9406 r9686 32 32 33 33 34 34 NewObjectListDefinition(KeyMapper); 35 35 36 36 /* initialize all variables to a reasonable value*/ … … 116 116 KeyMapper::KeyMapper () 117 117 { 118 this->setClassID(CL_KEY_MAPPER, "KeyMapper");118 this->registerObject(this, KeyMapper::_objectList); 119 119 } 120 120
Note: See TracChangeset
for help on using the changeset viewer.