Changeset 3071 for sample/pingpong/PingPong.h
- Timestamp:
- Apr 24, 2009, 4:34:53 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sample/pingpong/PingPong.h
r3056 r3071 35 35 protected: 36 36 // communication listener interface 37 virtual bool onLinkRequest(const NodeID& remote, const DataMessage& msg );37 virtual bool onLinkRequest(const NodeID& remote, const DataMessage& msg = DataMessage::UNSPECIFIED); 38 38 virtual void onMessage(const DataMessage& msg, const NodeID& remote, const LinkID& lnk= LinkID::UNSPECIFIED); 39 39 virtual void onLinkUp(const LinkID& lnk, const NodeID& remote); … … 41 41 virtual void onLinkChanged(const LinkID& lnk, const NodeID& remote); 42 42 virtual void onLinkFail(const LinkID& lnk, const NodeID& remote); 43 virtual void onLinkQoSChanged(const LinkID& lnk, const NodeID& remote, const LinkProperties& prop);44 43 45 44 // node listener interface
Note:
See TracChangeset
for help on using the changeset viewer.