contentstorage/castorage/inc/castorage.h
changeset 104 9b022b1f357c
parent 103 b99b84bcd2d1
child 109 e0aa398e6810
equal deleted inserted replaced
103:b99b84bcd2d1 104:9b022b1f357c
    77      * Fetches parent id from database by entry ids.
    77      * Fetches parent id from database by entry ids.
    78      *
    78      *
    79      * @param aEntryIdArray list of enties ids.
    79      * @param aEntryIdArray list of enties ids.
    80      * @param aParentIdArray The result list of parents' ids
    80      * @param aParentIdArray The result list of parents' ids
    81      * for a specific select.
    81      * for a specific select.
    82      * @param aCheckParentsParent falg if set to true then 
    82      * @param aCheckParentsParent flag if set to true then 
    83      * search also for parent of the parent 
    83      * search also for parent of the parent 
    84      */
    84      */
    85     virtual void GetParentsIdsL( const RArray<TInt>& aEntryIdArray,
    85     virtual void GetParentsIdsL( const RArray<TInt>& aEntryIdArray,
    86             RArray<TInt>& aParentIdArray, 
    86             RArray<TInt>& aParentIdArray, 
    87             TBool aCheckParentsParent = ETrue ) = 0;
    87             TBool aCheckParentsParent = ETrue ) = 0;