- Timestamp:
- Aug 4, 2009, 10:15:04 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/communication/BaseCommunication.cpp
r5628 r5636 60 60 if (endpoint==NULL) return; 61 61 BOOST_FOREACH( endpoint_reference& ref, remote_endpoints ) { 62 if ( *ref.endpoint == *endpoint) {62 if (ref.endpoint->type_id() == endpoint->type_id() && *ref.endpoint == *endpoint) { 63 63 ref.count++; 64 64 return;
Note:
See TracChangeset
for help on using the changeset viewer.