browserutilities/feedsengine/FeedsServer/Server/inc/FeedsDatabase.h
changeset 10 a359256acfc6
parent 5 10e98eab6f85
child 25 0ed94ceaa377
equal deleted inserted replaced
5:10e98eab6f85 10:a359256acfc6
    88         * @param aFolderListId The folder list ID of the feed.
    88         * @param aFolderListId The folder list ID of the feed.
    89         * @param aFeedId The resulting FolderListTable feed id.
    89         * @param aFeedId The resulting FolderListTable feed id.
    90         * @return ETrue if the feed was resolved.
    90         * @return ETrue if the feed was resolved.
    91         */
    91         */
    92 
    92 
    93         TBool CFeedsDatabase::FeedIdFromEntryId(const TInt& aEntryId, TInt aFolderListId, TInt& aFeedId);
    93         TBool CFeedsDatabase::FeedIdFromEntryIdL(const TInt& aEntryId, TInt aFolderListId, TInt& aFeedId);
    94 
    94 
    95         /**
    95         /**
    96         * Returns the feed id of the entry id with the given feed.
    96         * Returns the feed id of the entry id with the given feed.
    97         *
    97         *
    98         * @since 7.1
    98         * @since 7.1
    99         * @param aFeedId The resulting FolderListTable feed id.
    99         * @param aFeedId The resulting FolderListTable feed id.
   100         * @param aFolderListId The folder list ID of the feed.
   100         * @param aFolderListId The folder list ID of the feed.
   101         * @param aEntryId The feed's folder item id
   101         * @param aEntryId The feed's folder item id
   102         * @return ETrue if the feed was resolved.
   102         * @return ETrue if the feed was resolved.
   103         */
   103         */
   104         TBool CFeedsDatabase::EntryIdFromFeedId(const TInt& aFeedId, TInt aFolderListId, TInt& aEntryId);
   104         TBool CFeedsDatabase::EntryIdFromFeedIdL(const TInt& aFeedId, TInt aFolderListId, TInt& aEntryId);
   105 
   105 
   106         /**
   106         /**
   107         * Return the folder list ID of the feed with the given feed-id.
   107         * Return the folder list ID of the feed with the given feed-id.
   108         *
   108         *
   109         * @since 3.2
   109         * @since 3.2