Changeset 4924 for sample/pingpong
- Timestamp:
- Jul 15, 2009, 8:22:38 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sample/pingpong/main.cpp
r4920 r4924 6 6 using ariba::utility::StartupWrapper; 7 7 using ariba::application::pingpong::PingPong; 8 9 8 10 9 //************************************************* … … 16 15 StartupWrapper::startSystem(); 17 16 17 std::cout << "yyyyyyyyy!" << std::endl; 18 18 19 BootstrapManager& manager = BootstrapManager::instance(); 19 20 manager.registerModule( BootstrapManager::BootstrapTypePeriodicBroadcast ); 21 22 std::cout << "xxxxxxxxxxxxyyyyyyyyy!" << std::endl; 20 23 21 24 manager.publish("testname", "testinfo1", "testinfo2", "testinfo3"); … … 31 34 int main( int argc, char** argv ) { 32 35 33 //debug();34 //return 0;36 debug(); 37 return 0; 35 38 36 39
Note:
See TracChangeset
for help on using the changeset viewer.