hti/HtiServicePlugins/HtiIpProxyServicePlugin/IPProxyEngine/Src/MExpressionObserverTCP.h
changeset 13 33016869e0dd
parent 0 a03f92240627
equal deleted inserted replaced
0:a03f92240627 13:33016869e0dd
    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