Changeset 7532 for source/ariba/overlay/OverlayBootstrap.h
- Timestamp:
- Feb 4, 2010, 5:29:37 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/overlay/OverlayBootstrap.h
r6919 r7532 44 44 #include <ctime> 45 45 #include <deque> 46 #include <vector> 46 47 #include <algorithm> 47 48 #include <boost/thread/mutex.hpp> 49 #include <boost/foreach.hpp> 48 50 #include "ariba/utility/logging/Logging.h" 49 51 #include "ariba/utility/types.h" … … 60 62 using std::deque; 61 63 using std::string; 64 using std::vector; 65 using std::pair; 62 66 using std::ostringstream; 63 67 using ariba::utility::SpoVNetID; … … 83 87 virtual ~OverlayBootstrap(); 84 88 85 void start(BaseOverlay* _overlay, const SpoVNetID& _spovnetid, const NodeID& _nodeid); 89 void start( 90 BaseOverlay* _overlay, 91 const SpoVNetID& _spovnetid, 92 const NodeID& _nodeid, 93 vector<pair<BootstrapManager::BootstrapType,string> > modules 94 ); 86 95 void stop(); 87 96
Note:
See TracChangeset
for help on using the changeset viewer.