Changeset 2473 for sample/pingpong/PingPong.h
- Timestamp:
- Feb 23, 2009, 2:21:49 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sample/pingpong/PingPong.h
r2413 r2473 4 4 #include "ariba/ariba.h" 5 5 #include "PingPongMessage.h" 6 #include "ariba/utility/system/StartupInterface.h" 7 #include "ariba/utility/system/Timer.h" 6 8 7 9 using namespace ariba; 8 9 #include "ariba/utility/system/StartupInterface.h"10 #include "ariba/utility/system/Timer.h"11 10 using ariba::utility::StartupInterface; 12 11 using ariba::utility::Timer; … … 55 54 Node* node; 56 55 57 // flag, wheter this node i s the initiator of thisspovnet56 // flag, wheter this node initiates or just joins the spovnet 58 57 bool isInitiator; 59 58 … … 65 64 }; 66 65 67 //ARIBA_SIMULATION_SERVICE(PingPong); 66 // needed for simulation support 67 ARIBA_SIMULATION_SERVICE(PingPong); 68 68 69 69 }}} // namespace ariba, application, pingpong
Note:
See TracChangeset
for help on using the changeset viewer.