Changeset 5624 for source/ariba/overlay/modules/onehop/OneHop.cpp
- Timestamp:
- Aug 3, 2009, 2:29:12 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/overlay/modules/onehop/OneHop.cpp
r5316 r5624 71 71 72 72 OverlayNodeMapping::const_iterator i = overlayNodes.find( node ); 73 if (i == overlayNodes.end()) return EndpointDescriptor::UNSPECIFIED ;73 if (i == overlayNodes.end()) return EndpointDescriptor::UNSPECIFIED(); 74 74 75 75 const EndpointDescriptor& ep = baseoverlay.getEndpointDescriptor( i->second );
Note:
See TracChangeset
for help on using the changeset viewer.