Changeset 5151 for sample/pingpong/main.cpp
- Timestamp:
- Jul 21, 2009, 1:54:55 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sample/pingpong/main.cpp
r4925 r5151 7 7 using ariba::application::pingpong::PingPong; 8 8 9 //*************************************************10 /*11 #include "ariba/utility/bootstrap/BootstrapManager.h"12 using ariba::utility::BootstrapManager;13 14 void debug(){15 StartupWrapper::startSystem();16 17 BootstrapManager& manager = BootstrapManager::instance();18 manager.registerModule( BootstrapManager::BootstrapTypePeriodicBroadcast );19 20 manager.publish("testname", "testinfo1", "testinfo2", "testinfo3");21 getchar();22 manager.revoke("testname");23 24 manager.unregisterModule( BootstrapManager::BootstrapTypePeriodicBroadcast );25 StartupWrapper::stopSystem();26 }27 */28 //*************************************************29 30 9 int main( int argc, char** argv ) { 31 32 //debug();33 //return 0;34 10 35 11 // get config file
Note:
See TracChangeset
for help on using the changeset viewer.