src/hbcore/devicedialogbase/devicedialogserver/hbsysteminfosym_p_p.h
changeset 34 ed14f46c0e55
parent 6 c3690ec91ef8
--- a/src/hbcore/devicedialogbase/devicedialogserver/hbsysteminfosym_p_p.h	Mon Oct 04 17:49:30 2010 +0300
+++ b/src/hbcore/devicedialogbase/devicedialogserver/hbsysteminfosym_p_p.h	Mon Oct 18 18:23:13 2010 +0300
@@ -28,8 +28,11 @@
 
 #include <e32base.h>
 #include <e32property.h>
+#include <QMutex>
 #include "hbsysteminfo_p.h"
 
+class HbDeviceDialogServerStatus;
+
 struct DeviceSystemInfo 
 {
     inline DeviceSystemInfo() :
@@ -123,5 +126,7 @@
     bool mWriter;
     bool mListening;
     HbForegroundWatcher *mWatcher;
+    QMutex mutex;
+    HbDeviceDialogServerStatus *mServerStatus;
 };
 #endif // HBSYSTEMINFOSYM_P_P_H