diff -r 28c1bd28d474 -r 73ff0d268e1d hti/HtiServicePlugins/HtiIpProxyServicePlugin/IPProxyEngine/Src/CProtocolTCP.h --- a/hti/HtiServicePlugins/HtiIpProxyServicePlugin/IPProxyEngine/Src/CProtocolTCP.h Tue Feb 02 10:12:29 2010 +0200 +++ b/hti/HtiServicePlugins/HtiIpProxyServicePlugin/IPProxyEngine/Src/CProtocolTCP.h Sat Feb 20 00:22:34 2010 +0200 @@ -70,7 +70,7 @@ void ProtocolErrorL( TInt aErrorCode, const TDesC8& aReceivedData ); void OpenLocalTCPConnectionL( TUint aPort ); void OpenListeningTCPConnectionL( TUint aPort ); - void CloseTCPConnection( TUint aPort ); + void CloseTCPConnectionL( TUint aPort ); void CloseAllTCPConnections(); public: // From MBPProtocol