Changeset 3041 for source/ariba/overlay/BaseOverlay.h
- Timestamp:
- Apr 23, 2009, 9:18:12 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/overlay/BaseOverlay.h
r3037 r3041 126 126 127 127 /** 128 * Constructs a Base Overlay instance129 */ 130 BaseOverlay( BaseCommunication& _basecomm, const NodeID& _nodeid);131 132 /** 133 * TODO128 * Constructs an empty non-functional base overlay instance 129 */ 130 BaseOverlay(); 131 132 /** 133 * Destructs a base overlay instance 134 134 */ 135 135 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(); 136 146 137 147 /** … … 271 281 * communicates over 272 282 */ 273 BaseCommunication &bc;283 BaseCommunication* bc; 274 284 275 285 /**
Note:
See TracChangeset
for help on using the changeset viewer.