Changeset 4836 in orxonox.OLD for orxonox/trunk/src/lib/event/event_handler.h
- Timestamp:
- Jul 12, 2005, 12:33:16 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/event/event_handler.h
r4834 r4836 1 1 /*! 2 2 \file event_handler.h 3 \briefDefinition of the EventHandler3 * Definition of the EventHandler 4 4 5 5 */ … … 21 21 public: 22 22 virtual ~EventHandler(); 23 /** \returns a Pointer to the only object of this Class */23 /** @returns a Pointer to the only object of this Class */ 24 24 inline static EventHandler* getInstance() { if (!singletonRef) singletonRef = new EventHandler(); return singletonRef; }; 25 25 void init();
Note: See TracChangeset
for help on using the changeset viewer.