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/transport_protocol.hpp

    r5284 r5614  
    2222        virtual void send( const address_v* remote, const uint8_t* data, size_t size ) = 0;
    2323        virtual void send( const endpoint_set& endpoints, const uint8_t* data, size_t size ) = 0;
    24         virtual void terminate( const address_v* local, const address_v* remote ) = 0;
     24        virtual void terminate( const address_v* remote ) = 0;
    2525        virtual void register_listener( transport_listener* listener ) = 0;
    2626};
Note: See TracChangeset for help on using the changeset viewer.