Changeset 5624 for source/ariba/overlay/BaseOverlay.cpp
- Timestamp:
- Aug 3, 2009, 2:29:12 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/overlay/BaseOverlay.cpp
r5554 r5624 654 654 // find link descriptor. not found -> return unspecified 655 655 const LinkDescriptor* ld = getDescriptor(link); 656 if (ld==NULL) return EndpointDescriptor::UNSPECIFIED ;656 if (ld==NULL) return EndpointDescriptor::UNSPECIFIED(); 657 657 658 658 // return endpoint-descriptor from base communication … … 670 670 if( overlayInterface == NULL ) { 671 671 logging_error( "overlay interface not set, cannot resolve endpoint" ); 672 return EndpointDescriptor::UNSPECIFIED ;672 return EndpointDescriptor::UNSPECIFIED(); 673 673 } 674 674
Note:
See TracChangeset
for help on using the changeset viewer.