contentstorage/castorage/inc/casqlitestorage.h
changeset 103 b99b84bcd2d1
parent 80 397d00875918
child 109 e0aa398e6810
--- a/contentstorage/castorage/inc/casqlitestorage.h	Fri Jun 11 13:58:37 2010 +0300
+++ b/contentstorage/castorage/inc/casqlitestorage.h	Wed Jun 23 18:33:40 2010 +0300
@@ -129,9 +129,12 @@
      * @param aEntryIdArray List of enties ids.
      * @param aParentIdArray The result list of parents
      * ids for a specific select.
+     * @param aCheckParentsParent falg if set to true then 
+     * search also for parent of the parent 
      */
     void GetParentsIdsL( const RArray<TInt>& aEntryIdArray,
-            RArray<TInt>& aParentIdArray );
+            RArray<TInt>& aParentIdArray, 
+            TBool aCheckParentsParent = ETrue );
 
     /**
      * Adds or Updates data & action to database.