Ignore:
Timestamp:
Jul 16, 2009, 11:00:07 AM (15 years ago)
Author:
Christoph Mayer
Message:

ungleichsoperator in endpoint descriptor

File:
1 edited

Legend:

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

    r4836 r4986  
    113113}
    114114
     115bool EndpointDescriptor::operator!=( const EndpointDescriptor& rh ) const {
     116        return !operator==(rh);
     117}
    115118
    116119bool EndpointDescriptor::operator==(const EndpointDescriptor& rh) const {
Note: See TracChangeset for help on using the changeset viewer.