Changeset 5679 for source/ariba/overlay/modules/chord
- Timestamp:
- Aug 4, 2009, 6:18:29 PM (15 years ago)
- Location:
- source/ariba/overlay/modules/chord
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/overlay/modules/chord/Chord.cpp
r5678 r5679 408 408 send(&cmsg, item->info); 409 409 break; 410 } 411 } 410 }} 412 411 delete dmsg; 413 break;414 412 } 415 413 -
source/ariba/overlay/modules/chord/messages/Discovery.cpp
r3690 r5679 48 48 49 49 Discovery::~Discovery(){ 50 if (endpoint!=NULL) delete endpoint; 50 51 } 51 52 -
source/ariba/overlay/modules/chord/messages/Discovery.h
r5628 r5679 80 80 81 81 void setSourceEndpoint( const EndpointDescriptor* endpoint ) { 82 source_endpoint = const_cast<EndpointDescriptor*>(endpoint);82 source_endpoint = new EndpointDescriptor(*endpoint); 83 83 } 84 84
Note:
See TracChangeset
for help on using the changeset viewer.