Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5291 in orxonox.OLD for trunk/src/lib/event/event_listener.h


Ignore:
Timestamp:
Oct 7, 2005, 12:00:46 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: minor bug-fixes in the Event_listener.
still have to find the 'even-level'-bug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/event/event_listener.h

    r5279 r5291  
    1818
    1919  /**
    20    *  abstract function that processes events from the handler
     20   * abstract function that processes events from the handler
    2121   * @param event: the event
    22   */
     22   */
    2323  virtual void process(const Event &event) = 0;
    2424};
Note: See TracChangeset for help on using the changeset viewer.