Changeset 2393 for source/ariba/tidy/TidyCommunicationListener.cpp
- Timestamp:
- Feb 10, 2009, 5:41:47 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/tidy/TidyCommunicationListener.cpp
r2392 r2393 71 71 72 72 // dummy 73 bool CommunicationListener::onLinkRequest(const NodeID& remote, Message* msg) { 73 bool CommunicationListener::onLinkRequest(const NodeID& remote, 74 const DataMessage& msg) { 74 75 return false; 75 76 } 76 77 77 78 // dummy 78 void CommunicationListener::onMessage( Message* msg, const NodeID& remote,79 const LinkID& lnk) {79 void CommunicationListener::onMessage(const DataMessage& msg, 80 const NodeID& remote, const LinkID& lnk) { 80 81 } 81 82 82 83 // dummy 83 void CommunicationListener::onMessageSent(seqnum_t seq_num, bool failed, Message* msg) { 84 void CommunicationListener::onMessageSent(seqnum_t seq_num, bool failed, 85 const DataMessage& msg) { 84 86 } 85 87
Note:
See TracChangeset
for help on using the changeset viewer.