browserutilities/connectionmanager/Src/InternetConnectionManager.cpp
changeset 28 d39add9822e2
parent 27 6297cdf66332
child 32 ea4b2e4f7cac
equal deleted inserted replaced
27:6297cdf66332 28:d39add9822e2
   639 // CInternetConnectionManager::StopConnectionL
   639 // CInternetConnectionManager::StopConnectionL
   640 //---------------------------------------------------------
   640 //---------------------------------------------------------
   641 EXPORT_C void CInternetConnectionManager::StopConnectionL()
   641 EXPORT_C void CInternetConnectionManager::StopConnectionL()
   642 	{
   642 	{
   643     CLOG_ENTERFN( "StopConnectionL()" );
   643     CLOG_ENTERFN( "StopConnectionL()" );
   644     CancelConnection();
   644 
   645     StopConnectionObserving();
   645     StopConnectionObserving();
   646     iConnection.Close();
   646     iConnection.Close();
   647 //    iServ.Close();
   647 //    iServ.Close();
   648     iConnected = EFalse;
   648     iConnected = EFalse;
   649     iEasyWlan = EFalse;
   649     iEasyWlan = EFalse;