Ignore:
Timestamp:
Apr 23, 2009, 6:58:34 PM (15 years ago)
Author:
Christoph Mayer
Message:

-fixed all compile errors, but now the overlay functionality is messed up somewhere

File:
1 edited

Legend:

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

    r3055 r3056  
    7070        class NodeListener;
    7171        class CommunicationListener;
    72 
    7372        namespace utility {
    7473                class OvlVis;
     
    204203         */
    205204        void bind(CommunicationListener* listener, const ServiceID& sid);
    206        
     205
    207206        /**
    208207         * TODO
    209208         */
    210209        void unbind(CommunicationListener* listener, const ServiceID& sid);
    211        
     210
    212211        /**
    213212         * TODO
    214213         */
    215214        void bind(NodeListener* listener);
    216        
     215
    217216        /**
    218217         * TODO
     
    289288         */
    290289        virtual void incomingRouteMessage( Message* msg );
    291        
     290
    292291        /**
    293292         * see OverlayStructureEvents.h, called from specific OverlayInterface class
     
    295294        virtual void onNodeJoin( const NodeID& node );
    296295
    297        
     296
    298297        /**
    299298         * TODO, for timer events
     
    407406        LinkMapping linkMapping;
    408407
    409        
    410         /**
    411          * nodes with pending joines. TODO: should be cleaned every 
     408
     409        /**
     410         * nodes with pending joines. TODO: should be cleaned every
    412411         * some seconds, add timestamps to each, and check on occasion
    413412         */
Note: See TracChangeset for help on using the changeset viewer.