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/modules/notifications/NotificationDispatcher.h

    r7488 r7552  
    3939
    4040#include <string>
     41
    4142#include "core/BaseObject.h"
    4243#include "network/synchronisable/Synchronisable.h"
     
    6263        @endcode
    6364        But keep in mind, that NotificationDispatcher is an abstract class and in this example @ref orxonox::PlayerTrigger "PlayerTrigger" stands for any event that is caused by a @ref orxonox::PlayerTrigger "PlayerTrigger", so instead of @ref orxonox::PlayerTrigger "PlayerTrigger", there could be a @ref orxonox::DistanceTrigger "DistanceTrigger", or a @ref orxonox::DistanceMultiTrigger "DistanceMutliTrigger", or even an @ref orxonox::EventListener "EventListener" that waits for an event coming from any kind of @ref orxonox::PlayerTrigger "PlayerTrigger".
     65
    6466    @author
    6567        Damian 'Mozork' Frick
     68
     69    @ingroup Notifications
    6670    */
    6771    class _NotificationsExport NotificationDispatcher : public BaseObject, public Synchronisable
Note: See TracChangeset for help on using the changeset viewer.