Changeset 9657 for code/branches/core6/src/orxonox
- Timestamp:
- Aug 16, 2013, 11:28:34 PM (11 years ago)
- Location:
- code/branches/core6/src/orxonox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core6/src/orxonox/chat/ChatManager.cc
r8858 r9657 113 113 // ChatListener // 114 114 ////////////////////////////////////////////////////////////////////////// 115 RegisterAbstractClass(ChatListener).inheritsFrom(Class(Listable)); 115 116 116 117 ChatListener::ChatListener() -
code/branches/core6/src/orxonox/sound/BaseSound.cc
r8858 r9657 43 43 namespace orxonox 44 44 { 45 RegisterAbstractClass(BaseSound).inheritsFrom(Class(Listable)); 46 45 47 BaseSound::BaseSound() 46 48 : bPooling_(false)
Note: See TracChangeset
for help on using the changeset viewer.