diff -r 1e962b12a8db -r d2f833ab7940 contentstorage/castorage/inc/casqlitestorage.h --- a/contentstorage/castorage/inc/casqlitestorage.h Tue Jun 01 11:30:17 2010 +0300 +++ b/contentstorage/castorage/inc/casqlitestorage.h Fri Jun 11 16:13:51 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& aEntryIdArray, - RArray& aParentIdArray ); + RArray& aParentIdArray, + TBool aCheckParentsParent = ETrue ); /** * Adds or Updates data & action to database.