hti/HtiServicePlugins/HtiIpProxyServicePlugin/IPProxyEngine/Src/Csocketrouter.h
branchRCL_3
changeset 4 73ff0d268e1d
parent 0 a03f92240627
--- a/hti/HtiServicePlugins/HtiIpProxyServicePlugin/IPProxyEngine/Src/Csocketrouter.h	Tue Feb 02 10:12:29 2010 +0200
+++ b/hti/HtiServicePlugins/HtiIpProxyServicePlugin/IPProxyEngine/Src/Csocketrouter.h	Sat Feb 20 00:22:34 2010 +0200
@@ -22,7 +22,7 @@
 
 //  INCLUDES
 #include <e32base.h>
-#include "CSocket.h"
+#include "Csocket.h"
 #include "MSocketObserver.h"
 #include "MProtocolObserverTCP.h"
 #include "MProtocolObserverUDP.h"
@@ -101,10 +101,10 @@
 
         /**
         * Finds peer socket from the array.
-        * @param aRemotePort A port to remove from the array
+        * @param aPort A port to remove from the array
         * @return index of the peer socket, -1 if not found
         */
-        TInt FindPeerSocket( TUint aRemotePort );
+        TInt FindPeerSocket( TUint aPort );
 
         /**
         * Removes all peer sockets from the array.
@@ -185,7 +185,7 @@
         void TCPFrameParsedL( TUint aPort, const TDesC8& aData );
         void OpenLocalTCPConnectionL( TUint aPort );
         void OpenListeningTCPConnectionL( TUint aPort );
-        void CloseTCPConnection( TUint aPort );
+        void CloseTCPConnectionL( TUint aPort );
         void CloseAllTCPConnections();
 
     protected:  // From MProtocolObserverUDP