src/hbcore/decorators/hbstatusbar_p_p.h
changeset 30 80e4d18b72f5
parent 23 e6ad4ef83b23
--- a/src/hbcore/decorators/hbstatusbar_p_p.h	Fri Sep 17 08:32:10 2010 +0300
+++ b/src/hbcore/decorators/hbstatusbar_p_p.h	Mon Oct 04 00:38:12 2010 +0300
@@ -33,6 +33,8 @@
 class HbBatteryIndicator;
 class HbIndicatorGroup;
 class HbIndicatorPrivate;
+class HbDeviceDialogServerStatus;
+
 #if defined(Q_OS_SYMBIAN)
 class CEnvironmentChangeNotifier;       // Receive system event notifications
 #endif
@@ -49,6 +51,8 @@
     void init();
     void updateTime();
     QString timeFormat();
+    void startClockTimer();
+    void killClockTimer();
     
 #if defined(Q_OS_SYMBIAN)
     static TInt EnvChangeCallback(TAny *aObject);
@@ -73,6 +77,8 @@
     // Notifications about locale and time changes
     CEnvironmentChangeNotifier *mEnvChangeNotifier;
 #endif    
+    
+    HbDeviceDialogServerStatus *mServerStatus;
 
     void _q_signalLevelChanged();
     void _q_batteryLevelChanged();