Changeset 6944 for source/ariba/communication
- Timestamp:
- Nov 17, 2009, 4:26:04 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/communication/BaseCommunication.cpp
r6919 r6944 241 241 242 242 const EndpointDescriptor& BaseCommunication::getEndpointDescriptor(const LinkID link) const { 243 if( link == LinkID::UNSPECIFIED){243 if( link.isUnspecified() ){ 244 244 return localDescriptor; 245 245 } else {
Note:
See TracChangeset
for help on using the changeset viewer.