Changes between Version 36 and Version 37 of Documentation/Tutorial/PingPong


Ignore:
Timestamp:
Feb 4, 2010, 6:01:41 PM (14 years ago)
Author:
Christoph Mayer
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/Tutorial/PingPong

    v36 v37  
    5454
    5555{{{
     56#!cpp
    5657     1  #include "PingPong.h"
    5758     2  #include "ariba/utility/configuration/Configuration.h"
     
    160161
    161162{{{
     163#!cpp
    162164    99  void PingPong::shutdown() {
    163165   100 
     
    191193
    192194{{{
     195#!cpp
    193196   125  void PingPong::eventFunction() {
    194197   126 
     
    238241
    239242{{{
     243#!cpp
    240244    01 #include "PingPongMessage.h"
    241245    02
     
    269273
    270274{{{
     275#!cpp
    271276   187  void PingPong::onMessage(const DataMessage& msg, const NodeID& remote, const LinkID& lnk) {
    272277   188          PingPongMessage* pingmsg = msg.getMessage()->convert<PingPongMessage> ();