- Timestamp:
- Feb 20, 2011, 7:24:04 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/usability/src/libraries/core/OrxonoxClass.h
r7850 r7938 194 194 195 195 protected: 196 virtual ~DestructionListener() {} 197 196 198 inline void registerAsDestructionListener(OrxonoxClass* object) 197 199 { if (object) { object->registerDestructionListener(this); } }
Note: See TracChangeset
for help on using the changeset viewer.