applicationmanagement/server/inc/AMPreInstallApp.h
branchRCL_3
changeset 57 6757f1e2efd2
parent 0 3ce708148e4d
child 58 5b858729772b
equal deleted inserted replaced
55:c4687ff85147 57:6757f1e2efd2
    57         void ListPreInstalledAppL(const TDesC& installDocPath);
    57         void ListPreInstalledAppL(const TDesC& installDocPath);
    58         void ListPreInstalledAppL();
    58         void ListPreInstalledAppL();
    59         TBool RecognizeL(TDesC& aPathAndName, HBufC* aMimeType);
    59         TBool RecognizeL(TDesC& aPathAndName, HBufC* aMimeType);
    60         void MakeAllInstallPathsL();
    60         void MakeAllInstallPathsL();
    61         void GetPreInstalledAppsL(RPointerArray<TPreInstalledAppParams> &aPreInstalledAppParams);
    61         void GetPreInstalledAppsL(RPointerArray<TPreInstalledAppParams> &aPreInstalledAppParams);
       
    62         void Listallapps();
    62 private:
    63 private:
    63         CAMPreInstallApp();
    64         CAMPreInstallApp();
    64 
    65 
    65         void ConstructL();
    66         void ConstructL();
    66 
    67 
    74 #endif // RD_MULTIPLE_DRIVE
    75 #endif // RD_MULTIPLE_DRIVE
    75 
    76 
    76         RFs iFs;
    77         RFs iFs;
    77         CDeliveryComponentStorage *iStorage;
    78         CDeliveryComponentStorage *iStorage;
    78         RPointerArray<TPreInstalledAppParams> iPreInstalledAppParams;
    79         RPointerArray<TPreInstalledAppParams> iPreInstalledAppParams;
    79         
    80 
    80         };
    81         };
    81 
    82 
    82 
    83 
    83 
    84 
    84     }
    85     }