engine/inc/FeedEngine.h
branch3rded
changeset 176 1c8b56cb6409
parent 83 daef3a71bac5
child 191 a452d138726a
equal deleted inserted replaced
175:cd124c4eb6b9 176:1c8b56cb6409
    26 #include "ShowInfo.h"
    26 #include "ShowInfo.h"
    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 
    32 
    33 class CPodcastModel;
    33 class CPodcastModel;
    34 class COpmlParser;
    34 class COpmlParser;
    35 
    35 
    36 _LIT(KOpmlFeed, "    <outline title=\"%S\" description=\"%S\" xmlUrl=\"%S\" htmlUrl=\"%S\"/>");
    36 _LIT(KOpmlFeed, "    <outline title=\"%S\" description=\"%S\" xmlUrl=\"%S\" htmlUrl=\"%S\"/>");