Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 17, 2010, 10:50:43 PM (14 years ago)
Author:
dafrick
Message:

Resolving some TODOs and doing some additional cleanup. Almost done now…

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox/interfaces/NotificationListener.h

    r7484 r7552  
    5656        The NotificationListener interface presents a means to being informed when @ref orxonox::Notification "Notifications" in the target set of this NotificationListener change. (e.g. @ref orxonox::Notification "Notifications" were added or removed)
    5757        When inheriting from a NotificationListener it is important to register (in the constructor) and unregister (in the destructor) it to and from the @ref orxonox::NotificationManager "NotificationManager".
     58
    5859    @author
    5960        Fabian 'x3n' Landau
     61
     62    @ingroup Notifications
    6063    */
    61     //TODO: Needed? Remove or move some NotificationQueue things over here.
    6264    class _OrxonoxExport NotificationListener : virtual public OrxonoxClass
    6365    {
Note: See TracChangeset for help on using the changeset viewer.