Changeset 3037 for source/ariba/communication/EndpointDescriptor.cpp
- Timestamp:
- Apr 22, 2009, 9:07:53 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/communication/EndpointDescriptor.cpp
r2457 r3037 57 57 58 58 EndpointDescriptor::EndpointDescriptor(const Locator* _locator){ 59 if( _locator == NULL ) return; 60 59 61 locator = new IPv4Locator(*dynamic_cast<IPv4Locator*>((Locator*)_locator)); 60 62 isUnspec = false;
Note:
See TracChangeset
for help on using the changeset viewer.