homescreensrv_plat/sapi_homescreenplugin/hspsservice/inc/hspsconfigurationservice.h
branchRCL_3
changeset 19 edd621764147
parent 0 79c6a41cd166
equal deleted inserted replaced
16:b276298d5729 19:edd621764147
    26 #include <hspsthememanagement.h>
    26 #include <hspsthememanagement.h>
    27 #include <hspsrequestclient.h>
    27 #include <hspsrequestclient.h>
    28 #include <hspsodt.h>
    28 #include <hspsodt.h>
    29 #include <hspsdomlist.h>
    29 #include <hspsdomlist.h>
    30 #include <hspsdomdocument.h>
    30 #include <hspsdomdocument.h>
       
    31 #include <e32property.h>
    31 
    32 
    32 // FORWARD DECLARATIONS
    33 // FORWARD DECLARATIONS
    33 class ChspsDomNode;
    34 class ChspsDomNode;
    34 class ChspsLogBus;
    35 class ChspsLogBus;
    35 class CHspsReqNotifCallback;
    36 class CHspsReqNotifCallback;
   189          * Log bus. not owned.
   190          * Log bus. not owned.
   190          */  
   191          */  
   191         ChspsLogBus* iLogBus;
   192         ChspsLogBus* iLogBus;
   192 #endif        
   193 #endif        
   193         /**
   194         /**
   194          * ETrue if iHspsODT is invalid.
   195          * Currently loaded version of the CHspsODT instance
   195          */  
   196          */  
   196         TBool iInvalidODT;        
   197         TInt iODTVersion;        
       
   198         
       
   199         // For validation of the iHspsODT member
       
   200         RProperty iProperty;
   197     };
   201     };
   198 
   202 
   199 
   203 
   200 #endif // C_HSPSCONFIGURATIONSERVICE_H
   204 #endif // C_HSPSCONFIGURATIONSERVICE_H
   201 
   205