Changeset 3056 for sample/pingpong/PingPong.h
- Timestamp:
- Apr 23, 2009, 6:58:34 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sample/pingpong/PingPong.h
r3037 r3056 42 42 virtual void onLinkFail(const LinkID& lnk, const NodeID& remote); 43 43 virtual void onLinkQoSChanged(const LinkID& lnk, const NodeID& remote, const LinkProperties& prop); 44 virtual void onMessageSent(seqnum_t seq_num, bool failed, const DataMessage& msg = DataMessage::UNSPECIFIED);45 44 46 45 // node listener interface … … 60 59 // the ariba module and a node 61 60 AribaModule* ariba; 62 Node* node;61 Node* node; 63 62 64 63 // flag, whether this node initiates or just joins the spovnet … … 66 65 67 66 // the ping pong service id 68 static ServiceID PINGPONG_ ID;67 static ServiceID PINGPONG_SERVICEID; 69 68 70 69 // the current ping id
Note:
See TracChangeset
for help on using the changeset viewer.