Changeset 8606 for source/ariba/overlay
- Timestamp:
- Sep 30, 2010, 4:34:31 PM (14 years ago)
- Location:
- source/ariba/overlay/modules
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/overlay/modules/OverlayInterface.h
r6919 r8606 79 79 80 80 /** 81 * Destr cuts the overlay.81 * Destructs the overlay. 82 82 */ 83 83 virtual ~OverlayInterface(); -
source/ariba/overlay/modules/chord/detail/chord_routing_table.hpp
r6919 r8606 184 184 } 185 185 186 virtual ~chord_routing_table() { 187 BOOST_FOREACH( finger_table* f, this->finger){ 188 delete f; 189 } 190 } 191 186 192 /// check whether a node could fit the routing table 187 193 bool is_insertable( const nodeid_t& value ) {
Note:
See TracChangeset
for help on using the changeset viewer.