Ignore:
Timestamp:
Nov 17, 2009, 4:26:04 PM (14 years ago)
Author:
mies
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/communication/BaseCommunication.cpp

    r6919 r6944  
    241241
    242242const EndpointDescriptor& BaseCommunication::getEndpointDescriptor(const LinkID link) const {
    243         if( link == LinkID::UNSPECIFIED){
     243        if( link.isUnspecified() ){
    244244                return localDescriptor;
    245245        } else {
Note: See TracChangeset for help on using the changeset viewer.