homescreensrv_plat/sapi_homescreenplugin/hspsservice/inc/hspsconfigurationservice.h
branchRCL_3
changeset 74 edd621764147
parent 0 79c6a41cd166
--- a/homescreensrv_plat/sapi_homescreenplugin/hspsservice/inc/hspsconfigurationservice.h	Tue Apr 27 16:57:49 2010 +0300
+++ b/homescreensrv_plat/sapi_homescreenplugin/hspsservice/inc/hspsconfigurationservice.h	Tue May 11 16:30:05 2010 +0300
@@ -28,6 +28,7 @@
 #include <hspsodt.h>
 #include <hspsdomlist.h>
 #include <hspsdomdocument.h>
+#include <e32property.h>
 
 // FORWARD DECLARATIONS
 class ChspsDomNode;
@@ -191,9 +192,12 @@
         ChspsLogBus* iLogBus;
 #endif        
         /**
-         * ETrue if iHspsODT is invalid.
+         * Currently loaded version of the CHspsODT instance
          */  
-        TBool iInvalidODT;        
+        TInt iODTVersion;        
+        
+        // For validation of the iHspsODT member
+        RProperty iProperty;
     };