diff -r a03f92240627 -r 33016869e0dd hti/HtiServicePlugins/HtiIpProxyServicePlugin/IPProxyEngine/Src/CProtocolTCP.h --- a/hti/HtiServicePlugins/HtiIpProxyServicePlugin/IPProxyEngine/Src/CProtocolTCP.h Tue Feb 02 01:57:15 2010 +0200 +++ b/hti/HtiServicePlugins/HtiIpProxyServicePlugin/IPProxyEngine/Src/CProtocolTCP.h Fri Apr 16 16:37:27 2010 +0300 @@ -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