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

Location:
source/ariba/utility/transport/rfcomm
Files:
2 edited

Legend:

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

    r5524 r5614  
    182182}
    183183
    184 void rfcomm::terminate(const address_v* local, const address_v* remote) {
     184void rfcomm::terminate( const address_v* remote) {
    185185        // get end-point
    186186        rfcomm_endpoint endpoint = *remote;
  • source/ariba/utility/transport/rfcomm/rfcomm.hpp

    r5406 r5614  
    3636        virtual void send( const address_v* remote, const uint8_t* data, size_t size );
    3737        virtual void send( const endpoint_set& endpoints, const uint8_t* data, size_t size );
    38         virtual void terminate( const address_v* local, const address_v* remote );
     38        virtual void terminate( const address_v* remote );
    3939        virtual void register_listener( transport_listener* listener );
    4040
Note: See TracChangeset for help on using the changeset viewer.