contentstorage/castorage/inc/castorage.h
changeset 98 d2f833ab7940
parent 94 dbb8300717f7
child 99 7aaf39b772ac
--- a/contentstorage/castorage/inc/castorage.h	Tue Jun 01 11:30:17 2010 +0300
+++ b/contentstorage/castorage/inc/castorage.h	Fri Jun 11 16:13:51 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.