Changeset 3055 for source/ariba/CommunicationListener.cpp
- Timestamp:
- Apr 23, 2009, 5:55:59 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/CommunicationListener.cpp
r2460 r3055 41 41 namespace ariba { 42 42 43 // dummy44 43 CommunicationListener::CommunicationListener() { 45 44 } 46 45 47 // dummy48 46 CommunicationListener::~CommunicationListener() { 49 47 } 50 48 51 // dummy52 49 void CommunicationListener::onLinkUp(const LinkID& l, const NodeID& r) { 53 50 } 54 51 55 // dummy56 52 void CommunicationListener::onLinkDown(const LinkID& l, const NodeID& r) { 57 53 } 58 54 59 // dummy60 55 void CommunicationListener::onLinkChanged(const LinkID& l, const NodeID& r) { 61 56 } 62 57 63 // dummy64 58 void CommunicationListener::onLinkFail(const LinkID& l, const NodeID& r) { 65 59 } 66 60 67 // dummy68 61 void CommunicationListener::onLinkQoSChanged(const LinkID& l, const NodeID& r, 69 62 const LinkProperties& p) { 70 63 } 71 64 72 // dummy73 65 bool CommunicationListener::onLinkRequest(const NodeID& remote, 74 66 const DataMessage& msg) { … … 76 68 } 77 69 78 // dummy79 70 void CommunicationListener::onMessage(const DataMessage& msg, 80 71 const NodeID& remote, const LinkID& lnk) { 81 72 } 82 73 83 // dummy 84 void CommunicationListener::onMessageSent(seqnum_t seq_num, bool failed, 85 const DataMessage& msg) { 86 } 74 // void CommunicationListener::onMessageSent(seqnum_t seq_num, bool failed, 75 // const DataMessage& msg) { 76 // } 87 77 88 78 } // namespace ariba
Note:
See TracChangeset
for help on using the changeset viewer.