- Timestamp:
- Aug 4, 2009, 11:17:27 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/communication/BaseCommunication.cpp
r5638 r5645 75 75 for (vector<endpoint_reference>::iterator i = remote_endpoints.begin(); 76 76 i != remote_endpoints.end(); i++) { 77 if ( *i->endpoint== *endpoint) {77 if ((*i->endpoint).type_id() == endpoint->type_id() && (*i->endpoint) == *endpoint) { 78 78 i->count--; 79 79 if (i->count==0) {
Note:
See TracChangeset
for help on using the changeset viewer.