Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 16, 2013, 11:28:34 PM (11 years ago)
Author:
landauf
Message:

found some more classes that need to be registered in the framework

Location:
code/branches/core6/src/orxonox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core6/src/orxonox/chat/ChatManager.cc

    r8858 r9657  
    113113    // ChatListener                                                         //
    114114    //////////////////////////////////////////////////////////////////////////
     115    RegisterAbstractClass(ChatListener).inheritsFrom(Class(Listable));
    115116
    116117    ChatListener::ChatListener()
  • code/branches/core6/src/orxonox/sound/BaseSound.cc

    r8858 r9657  
    4343namespace orxonox
    4444{
     45    RegisterAbstractClass(BaseSound).inheritsFrom(Class(Listable));
     46
    4547    BaseSound::BaseSound()
    4648        : bPooling_(false)
Note: See TracChangeset for help on using the changeset viewer.