hti/HtiServicePlugins/HtiIpProxyServicePlugin/IPProxyEngine/Src/MExpressionObserverTCP.h
branchCompilerCompatibility
changeset 7 a06e2496af8b
parent 4 73ff0d268e1d
equal deleted inserted replaced
5:d66d145d3d1e 7:a06e2496af8b
    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