contentstorage/srvinc/cainstallstrategy.h
changeset 96 5d243a69bdda
parent 92 782e3408c2ab
equal deleted inserted replaced
95:c739008478cc 96:5d243a69bdda
   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