equal
deleted
inserted
replaced
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 // ----------------------------------------------------------------------------- |