hti/HtiServicePlugins/HtiIpProxyServicePlugin/IPProxyEngine/Src/MExpressionObserverTCP.h
branchRCL_3
changeset 4 73ff0d268e1d
parent 0 a03f92240627
equal deleted inserted replaced
1:28c1bd28d474 4:73ff0d268e1d
    38 
    38 
    39         virtual void OpenLocalTCPConnectionL( TUint aPort ) = 0;
    39         virtual void OpenLocalTCPConnectionL( TUint aPort ) = 0;
    40 
    40 
    41         virtual void OpenListeningTCPConnectionL( TUint aPort ) = 0;
    41         virtual void OpenListeningTCPConnectionL( TUint aPort ) = 0;
    42 
    42 
    43         virtual void CloseTCPConnection( TUint aPort ) = 0;
    43         virtual void CloseTCPConnectionL( TUint aPort ) = 0;
    44 
    44 
    45         virtual void CloseAllTCPConnections() = 0;
    45         virtual void CloseAllTCPConnections() = 0;
    46     };
    46     };
    47 
    47 
    48 #endif      // MEXPRESSIONOBSERVERTCP_H
    48 #endif      // MEXPRESSIONOBSERVERTCP_H