browserutilities/connectionmanager/Src/InternetConnectionManager.cpp
changeset 38 6297cdf66332
parent 37 cb62a4f66ebe
child 42 d39add9822e2
equal deleted inserted replaced
37:cb62a4f66ebe 38:6297cdf66332
   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 
   644     CancelConnection();
   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;