iaupdate/IAD/ui/inc/iaupdateuicontroller.h
changeset 33 8110bf1194d1
parent 29 26b6f0522fd8
child 42 d17dc5398051
equal deleted inserted replaced
29:26b6f0522fd8 33:8110bf1194d1
   232     * @return CIAUpdateParameters* Parameter object that is read
   232     * @return CIAUpdateParameters* Parameter object that is read
   233     * from the file. NULL if file was not found. 
   233     * from the file. NULL if file was not found. 
   234     * Ownership is not transferred.
   234     * Ownership is not transferred.
   235     */
   235     */
   236     CIAUpdateParameters* ParamsReadAndRemoveFileL();
   236     CIAUpdateParameters* ParamsReadAndRemoveFileL();
   237         
   237     
       
   238     TBool ForcedRefresh() const;
       
   239       
       
   240     void SetForcedRefresh( TBool aForcedRefresh );
   238     /**
   241     /**
   239      * Is client role "testing"
   242      * Is client role "testing"
   240      *
   243      *
   241      * @return ETrue when client's role is "testing"
   244      * @return ETrue when client's role is "testing"
   242      **/
   245      **/
   596     TBool iRefreshed;
   599     TBool iRefreshed;
   597     
   600     
   598     TBool iRefreshFromNetworkDenied; 
   601     TBool iRefreshFromNetworkDenied; 
   599     
   602     
   600     TBool iOffConfigurated;
   603     TBool iOffConfigurated;
       
   604     
       
   605     TBool iForcedRefresh;
   601         
   606         
   602     TBool iTestRole;
   607     TBool iTestRole;
   603 
   608 
   604     };
   609     };
   605 
   610