Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4838 in orxonox.OLD for orxonox/trunk/src/lib/event


Ignore:
Timestamp:
Jul 12, 2005, 12:09:04 PM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: Element2D added → will be moved to lib/graphics afterwards
ProtoClass update
EventListeners do not have to be unsubscribed externally, but still one listener won't unsubscribe

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/lib/event/event_handler.cc

    r4836 r4838  
    7272      if( this->listeners[i][j] != NULL)
    7373      {
    74         PRINTF(2)("Someone forgot to unsubscribe an EventListener!\n");
     74        PRINTF(2)("forgot to unsubscribe an EventListener %s!\n");//, this->listeners[i][j]->getName());
    7575      }
    7676    }
Note: See TracChangeset for help on using the changeset viewer.