hti/HtiServicePlugins/HtiIpProxyServicePlugin/IPProxyEngine/Src/CProtocolTCP.h
branchRCL_3
changeset 4 73ff0d268e1d
parent 0 a03f92240627
equal deleted inserted replaced
1:28c1bd28d474 4:73ff0d268e1d
    68         void FrameStarted();
    68         void FrameStarted();
    69         void FrameParsedL( TUint aPort, const TDesC8& aData );
    69         void FrameParsedL( TUint aPort, const TDesC8& aData );
    70         void ProtocolErrorL( TInt aErrorCode, const TDesC8& aReceivedData );
    70         void ProtocolErrorL( TInt aErrorCode, const TDesC8& aReceivedData );
    71         void OpenLocalTCPConnectionL( TUint aPort );
    71         void OpenLocalTCPConnectionL( TUint aPort );
    72         void OpenListeningTCPConnectionL( TUint aPort );
    72         void OpenListeningTCPConnectionL( TUint aPort );
    73         void CloseTCPConnection( TUint aPort );
    73         void CloseTCPConnectionL( TUint aPort );
    74         void CloseAllTCPConnections();
    74         void CloseAllTCPConnections();
    75 
    75 
    76     public: // From MBPProtocol
    76     public: // From MBPProtocol
    77 
    77 
    78         void WriteFrameL( MSocketWriter& aSocketWriter,
    78         void WriteFrameL( MSocketWriter& aSocketWriter,