diff -r 282be2d13458 -r 4c02a47fcdfc browserutilities/feedsengine/FeedsServer/Server/inc/FeedsDatabase.h --- a/browserutilities/feedsengine/FeedsServer/Server/inc/FeedsDatabase.h Thu Mar 04 13:17:10 2010 -0800 +++ b/browserutilities/feedsengine/FeedsServer/Server/inc/FeedsDatabase.h Thu Mar 04 14:02:57 2010 -0800 @@ -88,7 +88,7 @@ * @return ETrue if the feed was resolved. */ - TBool CFeedsDatabase::FeedIdFromEntryIdL(const TInt& aEntryId, TInt aFolderListId, TInt& aFeedId); + TBool FeedIdFromEntryIdL(const TInt& aEntryId, TInt aFolderListId, TInt& aFeedId); /** * Returns the feed id of the entry id with the given feed. @@ -99,7 +99,7 @@ * @param aEntryId The feed's folder item id * @return ETrue if the feed was resolved. */ - TBool CFeedsDatabase::EntryIdFromFeedIdL(const TInt& aFeedId, TInt aFolderListId, TInt& aEntryId); + TBool EntryIdFromFeedIdL(const TInt& aFeedId, TInt aFolderListId, TInt& aEntryId); /** * Return the folder list ID of the feed with the given feed-id. @@ -162,7 +162,7 @@ * @param aFolderItemId The resulting folder-item-id, if found. * @return ETrue if a folder item with this name was found. */ - TBool CFeedsDatabase::FindFolderItemL(TInt& aFolderListId, const TDesC& aName, + TBool FindFolderItemL(TInt& aFolderListId, const TDesC& aName, TInt& aFolderItemId); /**