Ignore:
Timestamp:
Apr 24, 2009, 10:04:11 AM (15 years ago)
Author:
Christoph Mayer
Message:

-fixed #30 (stress test pingpong, has some errors), #24 (autolinks for easy message sending)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/overlay/BaseOverlay.h

    r3056 r3067  
    202202         * TODO
    203203         */
    204         void bind(CommunicationListener* listener, const ServiceID& sid);
    205 
    206         /**
    207          * TODO
    208          */
    209         void unbind(CommunicationListener* listener, const ServiceID& sid);
    210 
    211         /**
    212          * TODO
    213          */
    214         void bind(NodeListener* listener);
    215 
    216         /**
    217          * TODO
    218          */
    219         void unbind(NodeListener* listener);
     204        bool bind(CommunicationListener* listener, const ServiceID& sid);
     205
     206        /**
     207         * TODO
     208         */
     209        bool unbind(CommunicationListener* listener, const ServiceID& sid);
     210
     211        /**
     212         * TODO
     213         */
     214        bool bind(NodeListener* listener);
     215
     216        /**
     217         * TODO
     218         */
     219        bool unbind(NodeListener* listener);
    220220
    221221        /**
Note: See TracChangeset for help on using the changeset viewer.