diff -r 43e204e6ae2e -r e7b10d6d7ba3 engine/inc/FeedEngine.h --- a/engine/inc/FeedEngine.h Fri Mar 12 00:20:10 2010 +0000 +++ b/engine/inc/FeedEngine.h Fri Mar 12 09:34:08 2010 +0000 @@ -78,7 +78,7 @@ void RunFeedTimer(); - IMPORT_C void UpdateFeed(CFeedInfo *aItem); + IMPORT_C void UpdateFeedL(CFeedInfo *aItem); /** * Returns the current internal state of the feed engine4 */ @@ -94,7 +94,7 @@ IMPORT_C void AddSearchResultL(CFeedInfo *item); IMPORT_C const RFeedInfoArray& GetSearchResults(); - IMPORT_C void OpmlParsingComplete(TInt aError, TUint aNumFeedsAdded); + IMPORT_C void OpmlParsingCompleteL(TInt aError, TUint aNumFeedsAdded); protected: static TInt CompareFeedsByTitle(const CFeedInfo &a, const CFeedInfo &b); @@ -117,8 +117,8 @@ void GetFeedImageL(CFeedInfo *aFeedInfo); void UpdateNextFeedL(); - void NotifyFeedUpdateComplete(TInt aError); - void NotifyOpmlParsingComplete(TInt aError, TUint aNumFeedsAdded); + void NotifyFeedUpdateCompleteL(TInt aError); + void NotifyOpmlParsingCompleteL(TInt aError, TUint aNumFeedsAdded); private: @@ -127,7 +127,7 @@ TBool DBAddFeedL(const CFeedInfo& aTtem); CFeedInfo* DBGetFeedInfoByUidL(TUint aFeedUid); TUint DBGetFeedCount(); - TBool DBUpdateFeed(const CFeedInfo& aItem); + TBool DBUpdateFeedL(const CFeedInfo& aItem); void DBGetStatsByFeed(TUint aFeedUid, TUint &aNumShows, TUint &aNumUnplayed);