Changeset 4925 for sample/pingpong
- Timestamp:
- Jul 15, 2009, 8:27:03 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sample/pingpong/main.cpp
r4924 r4925 8 8 9 9 //************************************************* 10 10 /* 11 11 #include "ariba/utility/bootstrap/BootstrapManager.h" 12 12 using ariba::utility::BootstrapManager; … … 15 15 StartupWrapper::startSystem(); 16 16 17 std::cout << "yyyyyyyyy!" << std::endl;18 19 17 BootstrapManager& manager = BootstrapManager::instance(); 20 18 manager.registerModule( BootstrapManager::BootstrapTypePeriodicBroadcast ); 21 22 std::cout << "xxxxxxxxxxxxyyyyyyyyy!" << std::endl;23 19 24 20 manager.publish("testname", "testinfo1", "testinfo2", "testinfo3"); … … 29 25 StartupWrapper::stopSystem(); 30 26 } 31 27 */ 32 28 //************************************************* 33 29 34 30 int main( int argc, char** argv ) { 35 31 36 debug(); 37 return 0; 38 32 //debug(); 33 //return 0; 39 34 40 35 // get config file
Note:
See TracChangeset
for help on using the changeset viewer.