contentstorage/castorage/inc/castorage.h
changeset 103 b99b84bcd2d1
parent 80 397d00875918
child 104 9b022b1f357c
--- a/contentstorage/castorage/inc/castorage.h	Fri Jun 11 13:58:37 2010 +0300
+++ b/contentstorage/castorage/inc/castorage.h	Wed Jun 23 18:33:40 2010 +0300
@@ -79,9 +79,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 
      */
     virtual void GetParentsIdsL( const RArray<TInt>& aEntryIdArray,
-            RArray<TInt>& aParentIdArray ) = 0;
+            RArray<TInt>& aParentIdArray, 
+            TBool aCheckParentsParent = ETrue ) = 0;
 
     /**
      * Adds or Updates data & action to the storage.