Changeset 6266 for source/ariba/CommunicationListener.cpp
- Timestamp:
- Sep 25, 2009, 2:30:33 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/CommunicationListener.cpp
r3374 r6266 62 62 63 63 bool CommunicationListener::onLinkRequest(const NodeID& remote, 64 64 const DataMessage& msg) { 65 65 return true; 66 66 } 67 67 68 68 void CommunicationListener::onMessage(const DataMessage& msg, 69 69 const NodeID& remote, const LinkID& lnk) { 70 70 } 71 71 … … 73 73 return true; 74 74 } 75 76 void CommunicationListener::onKeyValue( const Data& key, const vector<Data>& value ) { 77 78 } 79 75 80 76 81 // --- extended message functionality ---
Note:
See TracChangeset
for help on using the changeset viewer.