Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 4, 2011, 12:51:24 PM (13 years ago)
Author:
dafrick
Message:

Forgot to change some debug stuff. ;)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/ai2/src/modules/notifications/NotificationDispatcher.cc

    r8821 r8823  
    8484
    8585        XMLPortParam(NotificationDispatcher, "sender", setSender, getSender, xmlelement, mode);
    86         XMLPortParam(NotificationDispatcher, "meh", setBroadcasting, isBroadcasting, xmlelement, mode);
     86        XMLPortParam(NotificationDispatcher, "broadcast", setBroadcasting, isBroadcasting, xmlelement, mode);
    8787
    8888        XMLPortEventSink(NotificationDispatcher, BaseObject, "trigger", trigger, xmlelement, mode);
     
    111111    void NotificationDispatcher::broadcast(void)
    112112    {
    113         COUT(0) << "meh" << endl;
    114113        // TODO: Needed?
    115114        const std::string message = this->createNotificationMessage();
Note: See TracChangeset for help on using the changeset viewer.