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