hti/HtiServicePlugins/HtiIpProxyServicePlugin/IPProxyEngine/Src/CProtocolTCP.h
branchRCL_3
changeset 4 73ff0d268e1d
parent 0 a03f92240627
--- 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