Changeset 7468 for source/ariba/SideportListener.cpp
- Timestamp:
- Jan 25, 2010, 10:50:57 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/SideportListener.cpp
r6944 r7468 57 57 string SideportListener::getEndpointDescription( const LinkID& link ) const { 58 58 if( overlay == NULL ) { 59 std::cerr << "Sideport: No overlay found." << std::endl;60 59 return ""; 61 60 } 62 std::cerr << "WTF!!!" << std::endl;63 61 return overlay->getEndpointDescriptor(link).toString(); 64 62 } … … 66 64 string SideportListener::getEndpointDescription( const NodeID& node ) const { 67 65 if( overlay == NULL ) { 68 std::cerr << "Sideport: No overlay found." << std::endl;69 66 return ""; 70 67 } … … 146 143 147 144 BaseCommunication::LinkDescriptor& bclink = 148 overlay->bc->queryLocalLink(link->communicationId);145 overlay->bc->queryLocalLink(link->communicationId); 149 146 150 147 if(bclink.isUnspecified() || bclink.remoteLocator == NULL) return (Protocol)ret;
Note:
See TracChangeset
for help on using the changeset viewer.