Changeset 2434
- Timestamp:
- Feb 17, 2009, 12:04:30 PM (16 years ago)
- Location:
- source/ariba
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/AribaModule.cpp
r2409 r2434 92 92 const communication::EndpointDescriptor* AribaModule::getBootstrapNode( 93 93 const Name& spovnet) { 94 95 BOOST_FOREACH( BootstrapInfo info, bootstrapNodes ){ 96 if( info.spovnetName == spovnet ){ 97 BOOST_FOREACH( BootstrapNode node, info.desc ){ 98 if( node.desc != NULL ) return node.desc; 99 } 100 } 101 } 102 94 103 return NULL; 95 104 } -
source/ariba/AribaModule.h
r2409 r2434 42 42 #include <string> 43 43 #include <vector> 44 #include <boost/foreach.hpp> 44 45 45 46 // usings
Note:
See TracChangeset
for help on using the changeset viewer.