Ignore:
Timestamp:
Apr 23, 2009, 9:18:12 AM (15 years ago)
Author:
Christoph Mayer
Message:

-mehrere Fixes, Tickets #25 (bind listeners earlier), #21 (better pingpong), #40 (systemqueue misbehavior)

File:
1 edited

Legend:

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

    r3037 r3041  
    126126
    127127        /**
    128          * Constructs a Base Overlay instance
    129          */
    130         BaseOverlay( BaseCommunication& _basecomm, const NodeID& _nodeid );
    131 
    132         /**
    133          * TODO
     128         * Constructs an empty non-functional base overlay instance
     129         */
     130        BaseOverlay();
     131
     132        /**
     133         * Destructs a base overlay instance
    134134         */
    135135        virtual ~BaseOverlay();
     136
     137        /**
     138         * Starts the Base Overlay instance
     139         */
     140        void start( BaseCommunication& _basecomm, const NodeID& _nodeid );
     141
     142        /**
     143         * Stops the Base Overlay instance
     144         */
     145        void stop();
    136146
    137147        /**
     
    271281         * communicates over
    272282         */
    273         BaseCommunication& bc;
     283        BaseCommunication* bc;
    274284
    275285        /**
Note: See TracChangeset for help on using the changeset viewer.