hti/HtiServicePlugins/HtiIpProxyServicePlugin/IPProxyEngine/Src/MProtocolObserverTCP.h
changeset 13 33016869e0dd
parent 0 a03f92240627
equal deleted inserted replaced
0:a03f92240627 13:33016869e0dd
    58 
    58 
    59         /**
    59         /**
    60         * Close a TCP connection
    60         * Close a TCP connection
    61         * @param aPort Remote port number to close
    61         * @param aPort Remote port number to close
    62         */
    62         */
    63         virtual void CloseTCPConnection( TUint aPort ) = 0;
    63         virtual void CloseTCPConnectionL( TUint aPort ) = 0;
    64 
    64 
    65         /**
    65         /**
    66         * Close all TCP connections from listening & connecting ports
    66         * Close all TCP connections from listening & connecting ports
    67         */
    67         */
    68         virtual void CloseAllTCPConnections() = 0;
    68         virtual void CloseAllTCPConnections() = 0;