coreapplicationuis/SysAp/Inc/sysapbatteryinfocontroller.h
branchRCL_3
changeset 20 c2c61fdca848
parent 19 924385140d98
--- a/coreapplicationuis/SysAp/Inc/sysapbatteryinfocontroller.h	Tue Aug 31 15:24:25 2010 +0300
+++ b/coreapplicationuis/SysAp/Inc/sysapbatteryinfocontroller.h	Wed Sep 01 12:24:48 2010 +0100
@@ -22,7 +22,7 @@
 #include <e32base.h>
 
 class CBSUtil;
-// class CBatteryPopupControl;
+class CBatteryPopupControl;
 
 /**
  *  Controller for enhanced battery information.
@@ -101,6 +101,12 @@
      */
      void BatteryStatusUpdated( const TInt aValue );
 
+     /**
+     * Check if battery status is above the threshold level 
+     *
+     */
+     TBool IsBatteryInfoAboveThreshold() const;
+
 private:
 
     /**
@@ -151,7 +157,7 @@
     * Battery popup control.
     * Own.
     */
-    // CBatteryPopupControl* iBatteryPopup;
+    CBatteryPopupControl* iBatteryPopup;
     };