src/hbcore/devicedialogbase/devicedialogserver/hbdevicedialogserversym_p_p.h
changeset 2 06ff229162e9
parent 1 f7ac710697a9
child 3 11d3954df52a
--- a/src/hbcore/devicedialogbase/devicedialogserver/hbdevicedialogserversym_p_p.h	Mon May 03 12:48:33 2010 +0300
+++ b/src/hbcore/devicedialogbase/devicedialogserver/hbdevicedialogserversym_p_p.h	Fri May 14 16:09:54 2010 +0300
@@ -26,6 +26,7 @@
 #define HBDEVICEDIALOGSERVERSYM_P_P_H
 
 #include <e32base.h>
+#include <e32property.h>
 #include <QVariantMap>
 
 #include "hbdevicedialogserver_p.h"
@@ -33,6 +34,9 @@
 
 class HbDeviceDialogSession;
 class HbIndicatorSessionHandler;
+#ifdef HB_HAVE_QT_MOBILITY
+class HbSystemInfo;
+#endif // HB_HAVE_QT_MOBILITY
 
 class HbDeviceDialogServerPrivate: public CPolicyServer
 {
@@ -79,6 +83,10 @@
     RPointerArray<HbDeviceDialogSession> iSessionList;
     RPointerArray<HbIndicatorSessionHandler> iIndicatorSessionList;
     int mSessionCount;
+    
+#ifdef HB_HAVE_QT_MOBILITY
+    HbSystemInfo *mDeviceInfo;
+#endif // HB_HAVE_QT_MOBILITY     
     // CPeriodic *mExitTimer; Not used as server not closing automatically
 };