Ignore:
Timestamp:
Feb 23, 2009, 2:21:49 PM (15 years ago)
Author:
Christoph Mayer
Message:

-einige fixes im ablauf des neuen interface
-einige fehlende funktionalität implementiert

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sample/pingpong/PingPong.h

    r2413 r2473  
    44#include "ariba/ariba.h"
    55#include "PingPongMessage.h"
     6#include "ariba/utility/system/StartupInterface.h"
     7#include "ariba/utility/system/Timer.h"
    68
    79using namespace ariba;
    8 
    9 #include "ariba/utility/system/StartupInterface.h"
    10 #include "ariba/utility/system/Timer.h"
    1110using ariba::utility::StartupInterface;
    1211using ariba::utility::Timer;
     
    5554        Node* node;
    5655
    57         // flag, wheter this node is the initiator of this spovnet
     56        // flag, wheter this node initiates or just joins the spovnet
    5857        bool isInitiator;
    5958
     
    6564};
    6665
    67 //ARIBA_SIMULATION_SERVICE(PingPong);
     66// needed for simulation support
     67ARIBA_SIMULATION_SERVICE(PingPong);
    6868
    6969}}} // namespace ariba, application, pingpong
Note: See TracChangeset for help on using the changeset viewer.