diff -r 1e962b12a8db -r d2f833ab7940 contentstorage/castorage/inc/castorage.h --- 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& aEntryIdArray, - RArray& aParentIdArray ) = 0; + RArray& aParentIdArray, + TBool aCheckParentsParent = ETrue ) = 0; /** * Adds or Updates data & action to the storage.