Ignore:
Timestamp:
Aug 3, 2009, 11:35:20 AM (15 years ago)
Author:
mies
Message:

added termination of transports when no link is up anymore to an end-point

File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/utility/transport/tcpip/tcpip.cpp

    r5444 r5614  
    135135}
    136136
    137 void tcpip::terminate(const address_v* local, const address_v* remote) {
     137void tcpip::terminate( const address_v* remote) {
    138138        tcpip_endpoint endpoint = *remote;
    139139        appladdress peer = convert(endpoint);
Note: See TracChangeset for help on using the changeset viewer.