engine/inc/FeedEngine.h
changeset 122 d241d5a4fefd
parent 121 45e21fd808cd
equal deleted inserted replaced
121:45e21fd808cd 122:d241d5a4fefd
    27 #include <e32cmn.h>
    27 #include <e32cmn.h>
    28 #include "Constants.h"
    28 #include "Constants.h"
    29 #include "FeedEngineObserver.h"
    29 #include "FeedEngineObserver.h"
    30 #include "FeedTimer.h"
    30 #include "FeedTimer.h"
    31 #include <sqlite3.h>
    31 #include <sqlite3.h>
       
    32 #include <centralrepository.h>
    32 
    33 
    33 class CPodcastModel;
    34 class CPodcastModel;
    34 class COpmlParser;
    35 class COpmlParser;
    35 
    36 
    36 _LIT(KOpmlFeed, "    <outline title=\"%S\" description=\"%S\" xmlUrl=\"%S\" htmlUrl=\"%S\"/>");
    37 _LIT(KOpmlFeed, "    <outline title=\"%S\" description=\"%S\" xmlUrl=\"%S\" htmlUrl=\"%S\"/>");