diff -r 28c1bd28d474 -r 73ff0d268e1d hti/HtiServicePlugins/HtiIpProxyServicePlugin/IPProxyEngine/Src/Csocketrouter.h --- 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 -#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