hti/HtiServicePlugins/HtiIpProxyServicePlugin/IPProxyEngine/Src/CProtocolTCP.cpp
changeset 13 33016869e0dd
parent 0 a03f92240627
equal deleted inserted replaced
0:a03f92240627 13:33016869e0dd
   156 
   156 
   157 // -----------------------------------------------------------------------------
   157 // -----------------------------------------------------------------------------
   158 // CProtocolTCP::CloseTCPConnection
   158 // CProtocolTCP::CloseTCPConnection
   159 // -----------------------------------------------------------------------------
   159 // -----------------------------------------------------------------------------
   160 //
   160 //
   161 void CProtocolTCP::CloseTCPConnection( TUint aPort )
   161 void CProtocolTCP::CloseTCPConnectionL( TUint aPort )
   162     {
   162     {
   163     iObserver->CloseTCPConnection( aPort );
   163     iObserver->CloseTCPConnectionL( aPort );
   164     }
   164     }
   165 
   165 
   166 // -----------------------------------------------------------------------------
   166 // -----------------------------------------------------------------------------
   167 // CProtocolTCP::ProtocolErrorL
   167 // CProtocolTCP::ProtocolErrorL
   168 // -----------------------------------------------------------------------------
   168 // -----------------------------------------------------------------------------