Ignore:
Timestamp:
Jan 25, 2010, 10:50:57 AM (15 years ago)
Author:
Christoph Mayer
Message:

-timer delete fix (noch auskommentiert), -interface cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/SideportListener.cpp

    r6944 r7468  
    5757string SideportListener::getEndpointDescription( const LinkID& link ) const {
    5858        if( overlay == NULL ) {
    59                 std::cerr << "Sideport: No overlay found." << std::endl;
    6059                return "";
    6160        }
    62         std::cerr << "WTF!!!" << std::endl;
    6361        return overlay->getEndpointDescriptor(link).toString();
    6462}
     
    6664string SideportListener::getEndpointDescription( const NodeID& node ) const {
    6765        if( overlay == NULL ) {
    68                 std::cerr << "Sideport: No overlay found." << std::endl;
    6966                return "";
    7067        }
     
    146143
    147144        BaseCommunication::LinkDescriptor& bclink =
    148                 overlay->bc->queryLocalLink(link->communicationId);
     145                        overlay->bc->queryLocalLink(link->communicationId);
    149146
    150147        if(bclink.isUnspecified() || bclink.remoteLocator == NULL) return (Protocol)ret;
Note: See TracChangeset for help on using the changeset viewer.