changeset 83 | 156f692b1687 |
parent 66 | 32469d7d46ff |
80:397d00875918 | 83:156f692b1687 |
---|---|
154 void ConstructL(); |
154 void ConstructL(); |
155 |
155 |
156 private: |
156 private: |
157 |
157 |
158 /** |
158 /** |
159 * Contains uid of application that was started to uninstall. |
159 * Contains uninstallation status of application |
160 * that was started to uninstall. |
|
160 */ |
161 */ |
161 TInt iAppUid; |
162 TInt iUninstallStatus; |
162 |
163 |
163 }; |
164 }; |
164 |
165 |
165 #endif /* CAINSTALLSTRATEGY_H */ |
166 #endif /* CAINSTALLSTRATEGY_H */ |
166 |
167 |