iaupdate/IAD/ui/inc/iaupdateuicontroller.h
branchRCL_3
changeset 34 741e5bba2bd1
parent 18 3ba40be8e484
child 65 7333d7932ef7
equal deleted inserted replaced
28:98a43fae6e2b 34:741e5bba2bd1
   228     * @return CIAUpdateParameters* Parameter object that is read
   228     * @return CIAUpdateParameters* Parameter object that is read
   229     * from the file. NULL if file was not found. 
   229     * from the file. NULL if file was not found. 
   230     * Ownership is not transferred.
   230     * Ownership is not transferred.
   231     */
   231     */
   232     CIAUpdateParameters* ParamsReadAndRemoveFileL();
   232     CIAUpdateParameters* ParamsReadAndRemoveFileL();
   233         
   233     
       
   234     TBool ForcedRefresh() const;
       
   235       
       
   236     void SetForcedRefresh( TBool aForcedRefresh );
   234     /**
   237     /**
   235      * Is client role "testing"
   238      * Is client role "testing"
   236      *
   239      *
   237      * @return ETrue when client's role is "testing"
   240      * @return ETrue when client's role is "testing"
   238      **/
   241      **/
   594     TBool iRefreshed;
   597     TBool iRefreshed;
   595     
   598     
   596     TBool iRefreshFromNetworkDenied; 
   599     TBool iRefreshFromNetworkDenied; 
   597     
   600     
   598     TBool iOffConfigurated;
   601     TBool iOffConfigurated;
       
   602     
       
   603     TBool iForcedRefresh;
   599         
   604         
   600     TBool iTestRole;
   605     TBool iTestRole;
   601 
   606 
   602     };
   607     };
   603 
   608