Changeset 2483 for sample/pingpong/PingPong.h
- Timestamp:
- Feb 24, 2009, 10:06:43 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sample/pingpong/PingPong.h
r2473 r2483 35 35 protected: 36 36 // communication listener interface 37 virtual bool onLinkRequest(const NodeID& remote, Message*msg);38 virtual void onMessage( Message* msg, const NodeID& remote, const LinkID& lnk);37 virtual bool onLinkRequest(const NodeID& remote, const DataMessage& msg); 38 virtual void onMessage(const DataMessage& msg, const NodeID& remote, const LinkID& lnk= LinkID::UNSPECIFIED); 39 39 40 40 // node listener interface … … 62 62 // the current ping id 63 63 unsigned long pingId; 64 64 65 }; 65 66
Note:
See TracChangeset
for help on using the changeset viewer.