Changeset 3374 for source/ariba/CommunicationListener.cpp
- Timestamp:
- May 7, 2009, 4:51:31 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/CommunicationListener.cpp
r3071 r3374 41 41 namespace ariba { 42 42 43 CommunicationListener CommunicationListener::DEFAULT; 44 43 45 CommunicationListener::CommunicationListener() { 44 46 } … … 68 70 } 69 71 72 bool CommunicationListener::onEnableSideportListener() { 73 return true; 74 } 75 70 76 // --- extended message functionality --- 71 77 //void CommunicationListener::onLinkQoSChanged(const LinkID& l, const NodeID& r,
Note:
See TracChangeset
for help on using the changeset viewer.