Changeset 5504
- Timestamp:
- Jul 30, 2009, 5:47:36 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/communication/EndpointDescriptor.cpp
r5503 r5504 52 52 } 53 53 54 EndpointDescriptor::EndpointDescriptor(const EndpointDescriptor& rh) :55 endpoints(rh.endpoints) {54 EndpointDescriptor::EndpointDescriptor(const EndpointDescriptor& rh){ 55 //endpoints = rh.endpoints; 56 56 } 57 57 58 EndpointDescriptor::EndpointDescriptor(const endpoint_set& endpoints ) :59 endpoints(endpoints) {58 EndpointDescriptor::EndpointDescriptor(const endpoint_set& endpoints ){ 59 //endpoints = endpoints; 60 60 } 61 61 62 EndpointDescriptor::EndpointDescriptor(const string& str) : endpoints(str) { 62 EndpointDescriptor::EndpointDescriptor(const string& str){ 63 //endpoints = str; 63 64 } 64 65
Note:
See TracChangeset
for help on using the changeset viewer.