Changeset 4925 for sample/pingpong


Ignore:
Timestamp:
Jul 15, 2009, 8:27:03 AM (15 years ago)
Author:
huebsch
Message:

-bootstrap und ablauf

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sample/pingpong/main.cpp

    r4924 r4925  
    88
    99//*************************************************
    10 
     10/*
    1111#include "ariba/utility/bootstrap/BootstrapManager.h"
    1212using ariba::utility::BootstrapManager;
     
    1515        StartupWrapper::startSystem();
    1616
    17         std::cout << "yyyyyyyyy!" << std::endl;
    18 
    1917        BootstrapManager& manager = BootstrapManager::instance();
    2018        manager.registerModule( BootstrapManager::BootstrapTypePeriodicBroadcast );
    21 
    22         std::cout << "xxxxxxxxxxxxyyyyyyyyy!" << std::endl;
    2319
    2420        manager.publish("testname", "testinfo1", "testinfo2", "testinfo3");
     
    2925        StartupWrapper::stopSystem();
    3026}
    31 
     27*/
    3228//*************************************************
    3329
    3430int main( int argc, char** argv ) {
    3531
    36         debug();
    37         return 0;
    38 
     32        //debug();
     33        //return 0;
    3934
    4035        // get config file
Note: See TracChangeset for help on using the changeset viewer.