Ignore:
Timestamp:
May 7, 2009, 4:51:31 PM (15 years ago)
Author:
Christoph Mayer
Message:

-Integration of Branch 20090424-mayer-sideport

File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/CommunicationListener.h

    r3071 r3374  
    5656 */
    5757class CommunicationListener {
     58
    5859        friend class ariba::overlay::BaseOverlay;
     60        friend class Node;
     61
     62        static CommunicationListener DEFAULT;
     63
    5964protected:
     65
    6066        CommunicationListener();
    6167        virtual ~CommunicationListener();
     
    7884                        const LinkID& lnk = LinkID::UNSPECIFIED);
    7985
     86        // --- sniffing related method ---
     87        virtual bool onEnableSideportListener();
     88
    8089        // --- extended message functionality ---
    8190        // virtual void onLinkQoSChanged(const LinkID& lnk, const NodeID& remote,
Note: See TracChangeset for help on using the changeset viewer.