hti/HtiServicePlugins/HtiIpProxyServicePlugin/IPProxyEngine/Src/MProtocolObserverTCP.h
branchRCL_3
changeset 4 73ff0d268e1d
parent 0 a03f92240627
equal deleted inserted replaced
1:28c1bd28d474 4:73ff0d268e1d
    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;