Ignore:
Timestamp:
Jul 21, 2009, 1:54:55 PM (15 years ago)
Author:
Christoph Mayer
Message:

begin merge back from relay branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sample/pingpong/main.cpp

    r4925 r5151  
    77using ariba::application::pingpong::PingPong;
    88
    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 
    309int main( int argc, char** argv ) {
    31 
    32         //debug();
    33         //return 0;
    3410
    3511        // get config file
Note: See TracChangeset for help on using the changeset viewer.