Changeset 3374 for source/ariba/CommunicationListener.h
- Timestamp:
- May 7, 2009, 4:51:31 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/CommunicationListener.h
r3071 r3374 56 56 */ 57 57 class CommunicationListener { 58 58 59 friend class ariba::overlay::BaseOverlay; 60 friend class Node; 61 62 static CommunicationListener DEFAULT; 63 59 64 protected: 65 60 66 CommunicationListener(); 61 67 virtual ~CommunicationListener(); … … 78 84 const LinkID& lnk = LinkID::UNSPECIFIED); 79 85 86 // --- sniffing related method --- 87 virtual bool onEnableSideportListener(); 88 80 89 // --- extended message functionality --- 81 90 // virtual void onLinkQoSChanged(const LinkID& lnk, const NodeID& remote,
Note:
See TracChangeset
for help on using the changeset viewer.