hti/HtiServicePlugins/HtiIpProxyServicePlugin/IPProxyEngine/Src/CProtocolTCP.cpp
branchRCL_3
changeset 4 73ff0d268e1d
parent 0 a03f92240627
equal deleted inserted replaced
1:28c1bd28d474 4:73ff0d268e1d
   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 // -----------------------------------------------------------------------------