coreapplicationuis/SysAp/Src/SysApAppUi.cpp
branchRCL_3
changeset 10 469fa8a78de7
parent 9 332e7bf3b42f
child 15 312d2b433792
equal deleted inserted replaced
9:332e7bf3b42f 10:469fa8a78de7
  6888             {
  6888             {
  6889             iSysApConfirmationQuery->Cancel();
  6889             iSysApConfirmationQuery->Cancel();
  6890             }
  6890             }
  6891         }
  6891         }
  6892     }
  6892     }
       
  6893 	
       
  6894 // ----------------------------------------------------------------------------
       
  6895 // CSysApAppUi::StartChargingBatteryL
       
  6896 // ----------------------------------------------------------------------------
       
  6897 //
       
  6898 void CSysApAppUi::StartChargingBatteryL() 
       
  6899 	{
       
  6900 	TRACES( RDebug::Print( _L("CSysApAppUi::StartChargingBatteryL") ) );
       
  6901     iBatteryNotify->StartChargingL();
       
  6902     }
       
  6903 	
       
  6904 // ----------------------------------------------------------------------------
       
  6905 // CSysApAppUi::StopChargingBatteryL
       
  6906 // ----------------------------------------------------------------------------
       
  6907 //
       
  6908 void CSysApAppUi::StopChargingBatteryL()
       
  6909 	{
       
  6910 	TRACES( RDebug::Print( _L("CSysApAppUi::StopChargingBatteryL") ) );
       
  6911     iBatteryNotify->StopChargingL();
       
  6912     }
       
  6913 	
  6893 // End of File
  6914 // End of File