- Timestamp:
- Aug 3, 2009, 12:54:52 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/communication/BaseCommunication.cpp
r5617 r5618 66 66 endpoint_reference ref; 67 67 ref.endpoint = endpoint->clone(); 68 ref.count = 0;68 ref.count = 1; 69 69 remote_endpoints.push_back(ref); 70 70 }
Note:
See TracChangeset
for help on using the changeset viewer.