Changeset 9686 in orxonox.OLD for branches/new_class_id/src/lib/event/event_handler.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/event_handler.cc
r9656 r9686 28 28 #include <algorithm> 29 29 30 31 NewObjectListDefinition(EventHandler); 30 32 /** 31 33 * @brief standard constructor … … 33 35 EventHandler::EventHandler () 34 36 { 35 this-> setClassID(CL_EVENT_HANDLER, "EventHandler");37 this->registerObject(this, EventHandler::_objectList); 36 38 this->setName("EventHandler"); 37 39
Note: See TracChangeset
for help on using the changeset viewer.