Changes between Version 36 and Version 37 of Documentation/Tutorial/PingPong
- Timestamp:
- Feb 4, 2010, 6:01:41 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/Tutorial/PingPong
v36 v37 54 54 55 55 {{{ 56 #!cpp 56 57 1 #include "PingPong.h" 57 58 2 #include "ariba/utility/configuration/Configuration.h" … … 160 161 161 162 {{{ 163 #!cpp 162 164 99 void PingPong::shutdown() { 163 165 100 … … 191 193 192 194 {{{ 195 #!cpp 193 196 125 void PingPong::eventFunction() { 194 197 126 … … 238 241 239 242 {{{ 243 #!cpp 240 244 01 #include "PingPongMessage.h" 241 245 02 … … 269 273 270 274 {{{ 275 #!cpp 271 276 187 void PingPong::onMessage(const DataMessage& msg, const NodeID& remote, const LinkID& lnk) { 272 277 188 PingPongMessage* pingmsg = msg.getMessage()->convert<PingPongMessage> ();