harvester/common/inc/harvestercenreputil.h
changeset 60 79f826a55db2
parent 40 910a23996aa0
--- a/harvester/common/inc/harvestercenreputil.h	Mon Sep 27 15:53:05 2010 +0300
+++ b/harvester/common/inc/harvestercenreputil.h	Wed Oct 06 15:08:08 2010 +0300
@@ -97,6 +97,13 @@
      * @param aEnabled is rom scan enabled
      */
     IMPORT_C static void IsThumbnailDaemonEnabledL( TBool& aEnabled );
+
+    /**
+     * Check paths for preinstalled content
+     * 
+     * @param aEnabled is rom scan enabled
+     */
+    IMPORT_C static void GetAlwaysScanOnBootPathsL( RPointerArray<TScanItem>& aPaths );
     
 private:
 	CHarvesterCenRepUtil();