Changeset 4986 for source/ariba/communication
- Timestamp:
- Jul 16, 2009, 11:00:07 AM (15 years ago)
- Location:
- source/ariba/communication
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/communication/EndpointDescriptor.cpp
r4836 r4986 113 113 } 114 114 115 bool EndpointDescriptor::operator!=( const EndpointDescriptor& rh ) const { 116 return !operator==(rh); 117 } 115 118 116 119 bool EndpointDescriptor::operator==(const EndpointDescriptor& rh) const { -
source/ariba/communication/EndpointDescriptor.h
r4836 r4986 92 92 93 93 bool operator==( const EndpointDescriptor& rh ) const; 94 bool operator!=( const EndpointDescriptor& rh ) const; 94 95 95 96 private:
Note:
See TracChangeset
for help on using the changeset viewer.