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