Changeset 4924 for sample


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

-bootstrap und ablauf

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sample/pingpong/main.cpp

    r4920 r4924  
    66using ariba::utility::StartupWrapper;
    77using ariba::application::pingpong::PingPong;
    8 
    98
    109//*************************************************
     
    1615        StartupWrapper::startSystem();
    1716
     17        std::cout << "yyyyyyyyy!" << std::endl;
     18
    1819        BootstrapManager& manager = BootstrapManager::instance();
    1920        manager.registerModule( BootstrapManager::BootstrapTypePeriodicBroadcast );
     21
     22        std::cout << "xxxxxxxxxxxxyyyyyyyyy!" << std::endl;
    2023
    2124        manager.publish("testname", "testinfo1", "testinfo2", "testinfo3");
     
    3134int main( int argc, char** argv ) {
    3235
    33         //debug();
    34         //return 0;
     36        debug();
     37        return 0;
    3538
    3639
Note: See TracChangeset for help on using the changeset viewer.