equal
deleted
inserted
replaced
874 * This function will read the content of the file if it exists |
874 * This function will read the content of the file if it exists |
875 * @param None |
875 * @param None |
876 * @return TBool. |
876 * @return TBool. |
877 */ |
877 */ |
878 TInt64 ReadUpdateFile(); |
878 TInt64 ReadUpdateFile(); |
|
879 |
|
880 /** |
|
881 * Callback function to complete the IAD udated check on CIdle::RunL |
|
882 * @param None |
|
883 * @return TBool. |
|
884 */ |
|
885 static TInt CompleteIADUpdateCallback( TAny* aBrowserAppUi ); |
879 #endif |
886 #endif |
880 protected: |
887 protected: |
881 |
888 |
882 /** |
889 /** |
883 * Symbian OS constructor. |
890 * Symbian OS constructor. |
1083 |
1090 |
1084 #ifdef BRDO_IAD_UPDATE_ENABLED_FF |
1091 #ifdef BRDO_IAD_UPDATE_ENABLED_FF |
1085 CIAUpdate* iUpdate; |
1092 CIAUpdate* iUpdate; |
1086 CIAUpdateParameters* iParameters; |
1093 CIAUpdateParameters* iParameters; |
1087 RFs iFs; |
1094 RFs iFs; |
|
1095 CIdle* iDelayedUpdate; |
1088 #endif |
1096 #endif |
1089 TBool iCalledFromExternApp; |
1097 TBool iCalledFromExternApp; |
1090 TInt iWindowIdFromFromExternApp; |
1098 TInt iWindowIdFromFromExternApp; |
1091 protected: |
1099 protected: |
1092 |
1100 |