engine/inc/FeedEngine.h
changeset 83 a2e43aa1ad11
parent 76 223f270fa7ff
child 93 c2f1ea38ec70
equal deleted inserted replaced
82:d87e984bd8b8 83: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\"/>");