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.cpp

    r3071 r3374  
    4141namespace ariba {
    4242
     43CommunicationListener CommunicationListener::DEFAULT;
     44
    4345CommunicationListener::CommunicationListener() {
    4446}
     
    6870}
    6971
     72bool CommunicationListener::onEnableSideportListener() {
     73        return true;
     74}
     75
    7076// --- extended message functionality ---
    7177//void CommunicationListener::onLinkQoSChanged(const LinkID& l, const NodeID& r,
Note: See TracChangeset for help on using the changeset viewer.