engine/inc/FeedEngine.h
changeset 116 a2e43aa1ad11
parent 109 223f270fa7ff
child 126 c2f1ea38ec70
equal deleted inserted replaced
115:d87e984bd8b8 116:a2e43aa1ad11
    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\"/>");