inc/screensavershareddatai.h
branchRCL_3
changeset 24 724d4ec22f0d
parent 21 98bf2adac59c
equal deleted inserted replaced
23:d1f14bc6a2ab 24:724d4ec22f0d
   247 
   247 
   248     /*
   248     /*
   249     * Returns the pointer of the screensaver repository 
   249     * Returns the pointer of the screensaver repository 
   250     */
   250     */
   251     CRepository* ScreensaverRepository() const;
   251     CRepository* ScreensaverRepository() const;
       
   252     
       
   253 public:
       
   254     /*
       
   255     * Get the flag of display changed 
       
   256     */
       
   257     TBool GetDisplayObjChanged() const;
       
   258     /*
       
   259     * Set the flag of display changed 
       
   260     */
       
   261     void SetDisplayObjChanged( TBool aChanged );
   252 
   262 
   253 private:
   263 private:
   254     
   264     
   255     /**
   265     /**
   256     * C++ default constructor
   266     * C++ default constructor
   386 
   396 
   387     /**
   397     /**
   388     * System startup completion flag
   398     * System startup completion flag
   389     */
   399     */
   390     TBool iStartupComplete;
   400     TBool iStartupComplete;
       
   401     
       
   402     /**
       
   403    * Record display changed flag
       
   404    */
       
   405     TBool iDisplayChange;
   391     };
   406     };
   392 
   407 
   393 #endif  // C_SCREENSAVERSHAREDDATAI_H
   408 #endif  // C_SCREENSAVERSHAREDDATAI_H
   394 // End of file.
   409 // End of file.