Changeset 5496 for source/ariba
- Timestamp:
- Jul 30, 2009, 5:01:09 PM (15 years ago)
- Location:
- source/ariba/communication
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/communication/EndpointDescriptor.cpp
r5488 r5496 45 45 vsznDefault(EndpointDescriptor); 46 46 47 EndpointDescriptor::EndpointDescriptor(){ 48 } 49 47 50 /// destructor. 48 51 EndpointDescriptor::~EndpointDescriptor() { -
source/ariba/communication/EndpointDescriptor.h
r5490 r5496 60 60 61 61 /// creates an empty endpoint descriptor with zero endpoints 62 EndpointDescriptor(){ 63 } 62 EndpointDescriptor(); 64 63 65 64 /// destructor.
Note:
See TracChangeset
for help on using the changeset viewer.