Changeset 5876 for source/ariba/utility/transport/tcpip
- Timestamp:
- Aug 12, 2009, 12:04:09 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/utility/transport/tcpip/protlib/address.cpp
r5284 r5876 431 431 // Otherwise they are not equal. 432 432 if (hostaddress::operator==(ie)) { 433 if (proto!=app->proto) cout << "protocols not matching" << endl;434 if (port !=app->port) cout << "ports not matching" << endl;433 //if (proto!=app->proto) cout << "protocols not matching" << endl; 434 //if (port !=app->port) cout << "ports not matching" << endl; 435 435 436 436 return ((proto==app->proto) && (port==app->port));
Note:
See TracChangeset
for help on using the changeset viewer.