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