engine/BWINS/podcastengineu.def
author Sebastian Brannstrom <sebastianb@symbian.org>
Tue, 16 Nov 2010 10:26:34 +0000
branchRCL_3
changeset 368 b131f7696342
parent 367 4b75876aa85a
permissions -rw-r--r--
Catch up with 5th edition
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
     1
EXPORTS
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
     2
	??0CShowInfo@@QAE@PAV0@@Z @ 1 NONAME ; CShowInfo::CShowInfo(class CShowInfo *)
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
     3
	??1CFeedInfo@@UAE@XZ @ 2 NONAME ; CFeedInfo::~CFeedInfo(void)
58
0050a64a90f8 Updated DEF file with the proper exports
Lars Persson <lars.persson@embeddev.se>
parents: 2
diff changeset
     4
	??1CImageHandler@@UAE@XZ @ 3 NONAME ; CImageHandler::~CImageHandler(void)
0050a64a90f8 Updated DEF file with the proper exports
Lars Persson <lars.persson@embeddev.se>
parents: 2
diff changeset
     5
	??1CPodcastModel@@UAE@XZ @ 4 NONAME ; CPodcastModel::~CPodcastModel(void)
0050a64a90f8 Updated DEF file with the proper exports
Lars Persson <lars.persson@embeddev.se>
parents: 2
diff changeset
     6
	??1CShowEngine@@UAE@XZ @ 5 NONAME ; CShowEngine::~CShowEngine(void)
0050a64a90f8 Updated DEF file with the proper exports
Lars Persson <lars.persson@embeddev.se>
parents: 2
diff changeset
     7
	??1CShowInfo@@UAE@XZ @ 6 NONAME ; CShowInfo::~CShowInfo(void)
0050a64a90f8 Updated DEF file with the proper exports
Lars Persson <lars.persson@embeddev.se>
parents: 2
diff changeset
     8
	?ActiveClientUid@CFeedEngine@@QAEIXZ @ 7 NONAME ; unsigned int CFeedEngine::ActiveClientUid(void)
0050a64a90f8 Updated DEF file with the proper exports
Lars Persson <lars.persson@embeddev.se>
parents: 2
diff changeset
     9
	?ActiveFeedInfo@CPodcastModel@@QAEPAVCFeedInfo@@XZ @ 8 NONAME ; class CFeedInfo * CPodcastModel::ActiveFeedInfo(void)
0050a64a90f8 Updated DEF file with the proper exports
Lars Persson <lars.persson@embeddev.se>
parents: 2
diff changeset
    10
	?ActiveShowList@CPodcastModel@@QAEAAV?$RPointerArray@VCShowInfo@@@@XZ @ 9 NONAME ; class RPointerArray<class CShowInfo> & CPodcastModel::ActiveShowList(void)
0050a64a90f8 Updated DEF file with the proper exports
Lars Persson <lars.persson@embeddev.se>
parents: 2
diff changeset
    11
	?AddDownloadL@CShowEngine@@QAEXAAVCShowInfo@@@Z @ 10 NONAME ; void CShowEngine::AddDownloadL(class CShowInfo &)
0050a64a90f8 Updated DEF file with the proper exports
Lars Persson <lars.persson@embeddev.se>
parents: 2
diff changeset
    12
	?AddFeedL@CFeedEngine@@QAEHABVCFeedInfo@@@Z @ 11 NONAME ; int CFeedEngine::AddFeedL(class CFeedInfo const &)
116
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
    13
	?AddObserver@CConnectionEngine@@QAEXPAVMConnectionObserver@@@Z @ 12 NONAME ; void CConnectionEngine::AddObserver(class MConnectionObserver *)
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
    14
	?AddObserver@CFeedEngine@@QAEXPAVMFeedEngineObserver@@@Z @ 13 NONAME ; void CFeedEngine::AddObserver(class MFeedEngineObserver *)
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
    15
	?AddObserver@CShowEngine@@QAEXPAVMShowEngineObserver@@@Z @ 14 NONAME ; void CShowEngine::AddObserver(class MShowEngineObserver *)
58
0050a64a90f8 Updated DEF file with the proper exports
Lars Persson <lars.persson@embeddev.se>
parents: 2
diff changeset
    16
	?AddSearchResultL@CFeedEngine@@QAEXPAVCFeedInfo@@@Z @ 15 NONAME ; void CFeedEngine::AddSearchResultL(class CFeedInfo *)
116
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
    17
	?AddShowL@CShowEngine@@QAEXABVCShowInfo@@@Z @ 16 NONAME ; void CShowEngine::AddShowL(class CShowInfo const &)
58
0050a64a90f8 Updated DEF file with the proper exports
Lars Persson <lars.persson@embeddev.se>
parents: 2
diff changeset
    18
	?BaseDir@CSettingsEngine@@QAEAAV?$TBuf@$0BAA@@@XZ @ 17 NONAME ; class TBuf<256> & CSettingsEngine::BaseDir(void)
0050a64a90f8 Updated DEF file with the proper exports
Lars Persson <lars.persson@embeddev.se>
parents: 2
diff changeset
    19
	?BuildDate@CFeedInfo@@QBE?AVTTime@@XZ @ 18 NONAME ; class TTime CFeedInfo::BuildDate(void) const
0050a64a90f8 Updated DEF file with the proper exports
Lars Persson <lars.persson@embeddev.se>
parents: 2
diff changeset
    20
	?CancelUpdateAllFeeds@CFeedEngine@@QAEXXZ @ 19 NONAME ; void CFeedEngine::CancelUpdateAllFeeds(void)
0050a64a90f8 Updated DEF file with the proper exports
Lars Persson <lars.persson@embeddev.se>
parents: 2
diff changeset
    21
	?CleanHtmlL@PodcastUtils@@SAXAAVTDes16@@@Z @ 20 NONAME ; void PodcastUtils::CleanHtmlL(class TDes16 &)
0050a64a90f8 Updated DEF file with the proper exports
Lars Persson <lars.persson@embeddev.se>
parents: 2
diff changeset
    22
	?ClientState@CFeedEngine@@QAE?AW4TClientState@@XZ @ 21 NONAME ; enum TClientState CFeedEngine::ClientState(void)
0050a64a90f8 Updated DEF file with the proper exports
Lars Persson <lars.persson@embeddev.se>
parents: 2
diff changeset
    23
	?ConnectionEngine@CPodcastModel@@QAEAAVCConnectionEngine@@XZ @ 22 NONAME ; class CConnectionEngine & CPodcastModel::ConnectionEngine(void)
0050a64a90f8 Updated DEF file with the proper exports
Lars Persson <lars.persson@embeddev.se>
parents: 2
diff changeset
    24
	?CopyL@CFeedInfo@@QBEPAV1@XZ @ 23 NONAME ; class CFeedInfo * CFeedInfo::CopyL(void) const
0050a64a90f8 Updated DEF file with the proper exports
Lars Persson <lars.persson@embeddev.se>
parents: 2
diff changeset
    25
	?CustomTitle@CFeedInfo@@QBEHXZ @ 24 NONAME ; int CFeedInfo::CustomTitle(void) const
0050a64a90f8 Updated DEF file with the proper exports
Lars Persson <lars.persson@embeddev.se>
parents: 2
diff changeset
    26
	?DBGetShowByFileNameL@CShowEngine@@QAEPAVCShowInfo@@V?$TBuf@$0BAA@@@@Z @ 25 NONAME ; class CShowInfo * CShowEngine::DBGetShowByFileNameL(class TBuf<256>)
0050a64a90f8 Updated DEF file with the proper exports
Lars Persson <lars.persson@embeddev.se>
parents: 2
diff changeset
    27
	?DeleteAllShowsByFeedL@CShowEngine@@QAEXIH@Z @ 26 NONAME ; void CShowEngine::DeleteAllShowsByFeedL(unsigned int, int)
116
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
    28
	?DeleteOldShowsByFeedL@CShowEngine@@QAEXI@Z @ 27 NONAME ; void CShowEngine::DeleteOldShowsByFeedL(unsigned int)
100
e0fc52a5df4d Update to keep features from merge.
Lars Persson <lars.persson@embeddev.se>
parents: 97
diff changeset
    29
	?DeletePlayedShowsL@CShowEngine@@QAEXAAV?$RPointerArray@VCShowInfo@@@@@Z @ 28 NONAME ; void CShowEngine::DeletePlayedShowsL(class RPointerArray<class CShowInfo> &)
58
0050a64a90f8 Updated DEF file with the proper exports
Lars Persson <lars.persson@embeddev.se>
parents: 2
diff changeset
    30
	?DeleteShowL@CShowEngine@@QAEXIH@Z @ 29 NONAME ; void CShowEngine::DeleteShowL(unsigned int, int)
0050a64a90f8 Updated DEF file with the proper exports
Lars Persson <lars.persson@embeddev.se>
parents: 2
diff changeset
    31
	?Description@CFeedInfo@@QBEABVTDesC16@@XZ @ 30 NONAME ; class TDesC16 const & CFeedInfo::Description(void) const
0050a64a90f8 Updated DEF file with the proper exports
Lars Persson <lars.persson@embeddev.se>
parents: 2
diff changeset
    32
	?Description@CShowInfo@@QBEABVTDesC16@@XZ @ 31 NONAME ; class TDesC16 const & CShowInfo::Description(void) const
0050a64a90f8 Updated DEF file with the proper exports
Lars Persson <lars.persson@embeddev.se>
parents: 2
diff changeset
    33
	?DownloadAutomatically@CSettingsEngine@@QAEHXZ @ 32 NONAME ; int CSettingsEngine::DownloadAutomatically(void)
0050a64a90f8 Updated DEF file with the proper exports
Lars Persson <lars.persson@embeddev.se>
parents: 2
diff changeset
    34
	?DownloadState@CShowInfo@@QBE?AW4TDownloadState@@XZ @ 33 NONAME ; enum TDownloadState CShowInfo::DownloadState(void) const
0050a64a90f8 Updated DEF file with the proper exports
Lars Persson <lars.persson@embeddev.se>
parents: 2
diff changeset
    35
	?DownloadSuspended@CSettingsEngine@@QAEHXZ @ 34 NONAME ; int CSettingsEngine::DownloadSuspended(void)
0050a64a90f8 Updated DEF file with the proper exports
Lars Persson <lars.persson@embeddev.se>
parents: 2
diff changeset
    36
	?EnsureProperPathName@PodcastUtils@@SAXAAV?$TBuf@$0BAA@@@@Z @ 35 NONAME ; void PodcastUtils::EnsureProperPathName(class TBuf<256> &)
0050a64a90f8 Updated DEF file with the proper exports
Lars Persson <lars.persson@embeddev.se>
parents: 2
diff changeset
    37
	?ExportFeedsL@CFeedEngine@@QAEHAAV?$TBuf@$0BAA@@@@Z @ 36 NONAME ; int CFeedEngine::ExportFeedsL(class TBuf<256> &)
0050a64a90f8 Updated DEF file with the proper exports
Lars Persson <lars.persson@embeddev.se>
parents: 2
diff changeset
    38
	?FeedEngine@CPodcastModel@@QAEAAVCFeedEngine@@XZ @ 37 NONAME ; class CFeedEngine & CPodcastModel::FeedEngine(void)
0050a64a90f8 Updated DEF file with the proper exports
Lars Persson <lars.persson@embeddev.se>
parents: 2
diff changeset
    39
	?FeedIcon@CFeedInfo@@QBEPAVCFbsBitmap@@XZ @ 38 NONAME ; class CFbsBitmap * CFeedInfo::FeedIcon(void) const
100
e0fc52a5df4d Update to keep features from merge.
Lars Persson <lars.persson@embeddev.se>
parents: 97
diff changeset
    40
	?FeedUid@CShowInfo@@QBEIXZ @ 39 NONAME ; unsigned int CShowInfo::FeedUid(void) const
e0fc52a5df4d Update to keep features from merge.
Lars Persson <lars.persson@embeddev.se>
parents: 97
diff changeset
    41
	?FileName@CShowInfo@@QBEABVTDesC16@@XZ @ 40 NONAME ; class TDesC16 const & CShowInfo::FileName(void) const
e0fc52a5df4d Update to keep features from merge.
Lars Persson <lars.persson@embeddev.se>
parents: 97
diff changeset
    42
	?FileNameFromUrl@PodcastUtils@@SAXABVTDesC16@@AAV?$TBuf@$0BAA@@@@Z @ 41 NONAME ; void PodcastUtils::FileNameFromUrl(class TDesC16 const &, class TBuf<256> &)
e0fc52a5df4d Update to keep features from merge.
Lars Persson <lars.persson@embeddev.se>
parents: 97
diff changeset
    43
	?FixProtocolsL@PodcastUtils@@SAXAAVTDes16@@@Z @ 42 NONAME ; void PodcastUtils::FixProtocolsL(class TDes16 &)
116
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
    44
	?GetAllShowsL@CShowEngine@@QAEXAAV?$RPointerArray@VCShowInfo@@@@@Z @ 43 NONAME ; void CShowEngine::GetAllShowsL(class RPointerArray<class CShowInfo> &)
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
    45
	?GetFeedInfoByUid@CFeedEngine@@QAEPAVCFeedInfo@@I@Z @ 44 NONAME ; class CFeedInfo * CFeedEngine::GetFeedInfoByUid(unsigned int)
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
    46
	?GetMimeType@CShowEngine@@QAEXABVTDesC16@@AAVTDes16@@@Z @ 45 NONAME ; void CShowEngine::GetMimeType(class TDesC16 const &, class TDes16 &)
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
    47
	?GetNewShowsL@CShowEngine@@QAEXAAV?$RPointerArray@VCShowInfo@@@@@Z @ 46 NONAME ; void CShowEngine::GetNewShowsL(class RPointerArray<class CShowInfo> &)
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
    48
	?GetNextShowByTrackL@CShowEngine@@QAEPAVCShowInfo@@PAV2@@Z @ 47 NONAME ; class CShowInfo * CShowEngine::GetNextShowByTrackL(class CShowInfo *)
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
    49
	?GetNumDownloadingShows@CShowEngine@@QAEHXZ @ 48 NONAME ; int CShowEngine::GetNumDownloadingShows(void)
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
    50
	?GetSearchResults@CFeedEngine@@QAEABV?$RPointerArray@VCFeedInfo@@@@XZ @ 49 NONAME ; class RPointerArray<class CFeedInfo> const & CFeedEngine::GetSearchResults(void)
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
    51
	?GetShowByUidL@CShowEngine@@QAEPAVCShowInfo@@I@Z @ 50 NONAME ; class CShowInfo * CShowEngine::GetShowByUidL(unsigned int)
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
    52
	?GetShowsByFeedL@CPodcastModel@@QAEXI@Z @ 51 NONAME ; void CPodcastModel::GetShowsByFeedL(unsigned int)
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
    53
	?GetShowsByFeedL@CShowEngine@@QAEXAAV?$RPointerArray@VCShowInfo@@@@I@Z @ 52 NONAME ; void CShowEngine::GetShowsByFeedL(class RPointerArray<class CShowInfo> &, unsigned int)
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
    54
	?GetShowsDownloadedL@CShowEngine@@QAEXAAV?$RPointerArray@VCShowInfo@@@@@Z @ 53 NONAME ; void CShowEngine::GetShowsDownloadedL(class RPointerArray<class CShowInfo> &)
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
    55
	?GetShowsDownloadingL@CPodcastModel@@QAEXXZ @ 54 NONAME ; void CPodcastModel::GetShowsDownloadingL(void)
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
    56
	?GetShowsDownloadingL@CShowEngine@@QAEXAAV?$RPointerArray@VCShowInfo@@@@@Z @ 55 NONAME ; void CShowEngine::GetShowsDownloadingL(class RPointerArray<class CShowInfo> &)
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
    57
	?GetSortedFeeds@CFeedEngine@@QAEABV?$RPointerArray@VCFeedInfo@@@@XZ @ 56 NONAME ; class RPointerArray<class CFeedInfo> const & CFeedEngine::GetSortedFeeds(void)
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
    58
	?GetStatsByFeedL@CFeedEngine@@QAEXIAAI0@Z @ 57 NONAME ; void CFeedEngine::GetStatsByFeedL(unsigned int, unsigned int &, unsigned int &)
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
    59
	?IAPIds@CPodcastModel@@QAEAAV?$RArray@VTPodcastIAPItem@@@@XZ @ 58 NONAME ; class RArray<class TPodcastIAPItem> & CPodcastModel::IAPIds(void)
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
    60
	?IAPNames@CPodcastModel@@QAEPAVCDesC16ArrayFlat@@XZ @ 59 NONAME ; class CDesC16ArrayFlat * CPodcastModel::IAPNames(void)
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
    61
	?ImageFileName@CFeedInfo@@QBEABVTDesC16@@XZ @ 60 NONAME ; class TDesC16 const & CFeedInfo::ImageFileName(void) const
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
    62
	?ImageHandler@CPodcastModel@@QAEAAVCImageHandler@@XZ @ 61 NONAME ; class CImageHandler & CPodcastModel::ImageHandler(void)
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
    63
	?ImageUrl@CFeedInfo@@QBEABVTDesC16@@XZ @ 62 NONAME ; class TDesC16 const & CFeedInfo::ImageUrl(void) const
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
    64
	?ImportFeedsL@CFeedEngine@@QAEXABVTDesC16@@@Z @ 63 NONAME ; void CFeedEngine::ImportFeedsL(class TDesC16 const &)
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
    65
	?IsFirstStartup@CPodcastModel@@QAEHXZ @ 64 NONAME ; int CPodcastModel::IsFirstStartup(void)
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
    66
	?LastError@CFeedInfo@@QBEHXZ @ 65 NONAME ; int CFeedInfo::LastError(void) const
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
    67
	?LastError@CShowInfo@@QBEHXZ @ 66 NONAME ; int CShowInfo::LastError(void) const
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
    68
	?LastUpdated@CFeedInfo@@QBE?AVTTime@@XZ @ 67 NONAME ; class TTime CFeedInfo::LastUpdated(void) const
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
    69
	?Link@CFeedInfo@@QBEABVTDesC16@@XZ @ 68 NONAME ; class TDesC16 const & CFeedInfo::Link(void) const
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
    70
	?LoadFileAndScaleL@CImageHandler@@QAEXPAVCFbsBitmap@@ABV?$TBuf@$0BAA@@@ABVTSize@@AAVMImageHandlerCallback@@IH@Z @ 69 NONAME ; void CImageHandler::LoadFileAndScaleL(class CFbsBitmap *, class TBuf<256> const &, class TSize const &, class MImageHandlerCallback &, unsigned int, int)
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
    71
	?MarkSelectionPlayedL@CPodcastModel@@QAEXXZ @ 70 NONAME ; void CPodcastModel::MarkSelectionPlayedL(void)
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
    72
	?MetaDataReader@CShowEngine@@QAEAAVCMetaDataReader@@XZ @ 71 NONAME ; class CMetaDataReader & CShowEngine::MetaDataReader(void)
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
    73
	?NewL@CFeedInfo@@SAPAV1@XZ @ 72 NONAME ; class CFeedInfo * CFeedInfo::NewL(void)
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
    74
	?NewL@CImageHandler@@SAPAV1@AAVRFs@@AAVCPodcastModel@@@Z @ 73 NONAME ; class CImageHandler * CImageHandler::NewL(class RFs &, class CPodcastModel &)
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
    75
	?NewL@CPodcastModel@@SAPAV1@XZ @ 74 NONAME ; class CPodcastModel * CPodcastModel::NewL(void)
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
    76
	?NewL@CShowEngine@@SAPAV1@AAVCPodcastModel@@@Z @ 75 NONAME ; class CShowEngine * CShowEngine::NewL(class CPodcastModel &)
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
    77
	?NewL@CShowInfo@@SAPAV1@I@Z @ 76 NONAME ; class CShowInfo * CShowInfo::NewL(unsigned int)
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
    78
	?NewLC@CFeedInfo@@SAPAV1@XZ @ 77 NONAME ; class CFeedInfo * CFeedInfo::NewLC(void)
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
    79
	?NewLC@CImageHandler@@SAPAV1@AAVRFs@@AAVCPodcastModel@@@Z @ 78 NONAME ; class CImageHandler * CImageHandler::NewLC(class RFs &, class CPodcastModel &)
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
    80
	?NewLC@CShowInfo@@SAPAV1@I@Z @ 79 NONAME ; class CShowInfo * CShowInfo::NewLC(unsigned int)
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
    81
	?NotifyShowListUpdatedL@CShowEngine@@QAEXXZ @ 80 NONAME ; void CShowEngine::NotifyShowListUpdatedL(void)
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
    82
	?OpmlParsingCompleteL@CFeedEngine@@QAEXHI@Z @ 81 NONAME ; void CFeedEngine::OpmlParsingCompleteL(int, unsigned int)
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
    83
	?PlayPausePodcastL@CPodcastModel@@QAEXPAVCShowInfo@@H@Z @ 82 NONAME ; void CPodcastModel::PlayPausePodcastL(class CShowInfo *, int)
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
    84
	?PlayState@CShowInfo@@QBE?AW4TPlayState@@XZ @ 83 NONAME ; enum TPlayState CShowInfo::PlayState(void) const
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
    85
	?PlayTime@CShowInfo@@QBEIXZ @ 84 NONAME ; unsigned int CShowInfo::PlayTime(void) const
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
    86
	?PlayingPodcast@CPodcastModel@@QAEPAVCShowInfo@@XZ @ 85 NONAME ; class CShowInfo * CPodcastModel::PlayingPodcast(void)
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
    87
	?Position@CShowInfo@@QBE?AVTTimeIntervalMicroSeconds@@XZ @ 86 NONAME ; class TTimeIntervalMicroSeconds CShowInfo::Position(void) const
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
    88
	?PubDate@CShowInfo@@QBE?BVTTime@@XZ @ 87 NONAME ; class TTime const CShowInfo::PubDate(void) const
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
    89
	?RemoveAllDownloadsL@CShowEngine@@QAEXXZ @ 88 NONAME ; void CShowEngine::RemoveAllDownloadsL(void)
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
    90
	?RemoveAllFormatting@PodcastUtils@@SAXAAVTDes16@@@Z @ 89 NONAME ; void PodcastUtils::RemoveAllFormatting(class TDes16 &)
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
    91
	?RemoveDownloadL@CShowEngine@@QAEXI@Z @ 90 NONAME ; void CShowEngine::RemoveDownloadL(unsigned int)
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
    92
	?RemoveFeedL@CFeedEngine@@QAEXI@Z @ 91 NONAME ; void CFeedEngine::RemoveFeedL(unsigned int)
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
    93
	?RemoveObserver@CFeedEngine@@QAEXPAVMFeedEngineObserver@@@Z @ 92 NONAME ; void CFeedEngine::RemoveObserver(class MFeedEngineObserver *)
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
    94
	?RemoveObserver@CShowEngine@@QAEXPAVMShowEngineObserver@@@Z @ 93 NONAME ; void CShowEngine::RemoveObserver(class MShowEngineObserver *)
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
    95
	?ReplaceChar@PodcastUtils@@SAXAAVTDes16@@II@Z @ 94 NONAME ; void PodcastUtils::ReplaceChar(class TDes16 &, unsigned int, unsigned int)
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
    96
	?ReplaceString@PodcastUtils@@SAXAAVTDes16@@ABVTDesC16@@1@Z @ 95 NONAME ; void PodcastUtils::ReplaceString(class TDes16 &, class TDesC16 const &, class TDesC16 const &)
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
    97
	?ResumeDownloadsL@CShowEngine@@QAEXXZ @ 96 NONAME ; void CShowEngine::ResumeDownloadsL(void)
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
    98
	?SNAPIds@CPodcastModel@@QAEAAV?$RArray@VTPodcastIAPItem@@@@XZ @ 97 NONAME ; class RArray<class TPodcastIAPItem> & CPodcastModel::SNAPIds(void)
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
    99
	?SNAPNames@CPodcastModel@@QAEPAVCDesC16ArrayFlat@@XZ @ 98 NONAME ; class CDesC16ArrayFlat * CPodcastModel::SNAPNames(void)
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
   100
	?SQLEncode@PodcastUtils@@SAXAAVTDes16@@@Z @ 99 NONAME ; void PodcastUtils::SQLEncode(class TDes16 &)
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
   101
	?SaveSettingsL@CSettingsEngine@@QAEXXZ @ 100 NONAME ; void CSettingsEngine::SaveSettingsL(void)
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
   102
	?ScaledBitmap@CImageHandler@@QAEPAVCFbsBitmap@@XZ @ 101 NONAME ; class CFbsBitmap * CImageHandler::ScaledBitmap(void)
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
   103
	?SearchForFeedL@CFeedEngine@@QAEXAAVTDesC16@@@Z @ 102 NONAME ; void CFeedEngine::SearchForFeedL(class TDesC16 &)
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
   104
	?SetActiveFeedInfo@CPodcastModel@@QAEXPAVCFeedInfo@@@Z @ 103 NONAME ; void CPodcastModel::SetActiveFeedInfo(class CFeedInfo *)
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
   105
	?SetBaseDir@CSettingsEngine@@QAEXAAV?$TBuf@$0BAA@@@@Z @ 104 NONAME ; void CSettingsEngine::SetBaseDir(class TBuf<256> &)
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
   106
	?SetBuildDate@CFeedInfo@@QAEXVTTime@@@Z @ 105 NONAME ; void CFeedInfo::SetBuildDate(class TTime)
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
   107
	?SetCustomTitle@CFeedInfo@@QAEXXZ @ 106 NONAME ; void CFeedInfo::SetCustomTitle(void)
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
   108
	?SetDescriptionL@CFeedInfo@@QAEXABVTDesC16@@@Z @ 107 NONAME ; void CFeedInfo::SetDescriptionL(class TDesC16 const &)
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
   109
	?SetDescriptionL@CShowInfo@@QAEXABVTDesC16@@@Z @ 108 NONAME ; void CShowInfo::SetDescriptionL(class TDesC16 const &)
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
   110
	?SetDownloadAutomatically@CSettingsEngine@@QAEXH@Z @ 109 NONAME ; void CSettingsEngine::SetDownloadAutomatically(int)
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
   111
	?SetDownloadState@CShowInfo@@QAEXW4TDownloadState@@@Z @ 110 NONAME ; void CShowInfo::SetDownloadState(enum TDownloadState)
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
   112
	?SetDownloadSuspended@CSettingsEngine@@QAEXH@Z @ 111 NONAME ; void CSettingsEngine::SetDownloadSuspended(int)
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
   113
	?SetFeedIcon@CFeedInfo@@QAEXPAVCFbsBitmap@@@Z @ 112 NONAME ; void CFeedInfo::SetFeedIcon(class CFbsBitmap *)
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
   114
	?SetFeedUid@CShowInfo@@QAEXI@Z @ 113 NONAME ; void CShowInfo::SetFeedUid(unsigned int)
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
   115
	?SetFileNameL@CShowInfo@@QAEXABVTDesC16@@@Z @ 114 NONAME ; void CShowInfo::SetFileNameL(class TDesC16 const &)
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
   116
	?SetImageFileNameL@CFeedInfo@@QAEXABVTDesC16@@PAVCPodcastModel@@@Z @ 115 NONAME ; void CFeedInfo::SetImageFileNameL(class TDesC16 const &, class CPodcastModel *)
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
   117
	?SetImageUrlL@CFeedInfo@@QAEXABVTDesC16@@@Z @ 116 NONAME ; void CFeedInfo::SetImageUrlL(class TDesC16 const &)
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
   118
	?SetLastError@CFeedInfo@@QAEXH@Z @ 117 NONAME ; void CFeedInfo::SetLastError(int)
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
   119
	?SetLastError@CShowInfo@@QAEXH@Z @ 118 NONAME ; void CShowInfo::SetLastError(int)
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
   120
	?SetLastUpdated@CFeedInfo@@QAEXVTTime@@@Z @ 119 NONAME ; void CFeedInfo::SetLastUpdated(class TTime)
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
   121
	?SetLinkL@CFeedInfo@@QAEXABVTDesC16@@@Z @ 120 NONAME ; void CFeedInfo::SetLinkL(class TDesC16 const &)
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
   122
	?SetPlayState@CShowInfo@@QAEXW4TPlayState@@@Z @ 121 NONAME ; void CShowInfo::SetPlayState(enum TPlayState)
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
   123
	?SetPlayTime@CShowInfo@@QAEXI@Z @ 122 NONAME ; void CShowInfo::SetPlayTime(unsigned int)
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
   124
	?SetPlayingPodcast@CPodcastModel@@QAEXPAVCShowInfo@@@Z @ 123 NONAME ; void CPodcastModel::SetPlayingPodcast(class CShowInfo *)
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
   125
	?SetPosition@CShowInfo@@QAEXVTTimeIntervalMicroSeconds@@@Z @ 124 NONAME ; void CShowInfo::SetPosition(class TTimeIntervalMicroSeconds)
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
   126
	?SetPubDate@CShowInfo@@QAEXVTTime@@@Z @ 125 NONAME ; void CShowInfo::SetPubDate(class TTime)
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
   127
	?SetShowSize@CShowInfo@@QAEXI@Z @ 126 NONAME ; void CShowInfo::SetShowSize(unsigned int)
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
   128
	?SetShowType@CShowInfo@@QAEXW4TShowType@@@Z @ 127 NONAME ; void CShowInfo::SetShowType(enum TShowType)
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
   129
	?SetSpecificIAP@CSettingsEngine@@QAEXH@Z @ 128 NONAME ; void CSettingsEngine::SetSpecificIAP(int)
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
   130
	?SetTitleL@CFeedInfo@@QAEXABVTDesC16@@@Z @ 129 NONAME ; void CFeedInfo::SetTitleL(class TDesC16 const &)
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
   131
	?SetTitleL@CShowInfo@@QAEXABVTDesC16@@@Z @ 130 NONAME ; void CShowInfo::SetTitleL(class TDesC16 const &)
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
   132
	?SetTrackNo@CShowInfo@@QAEXI@Z @ 131 NONAME ; void CShowInfo::SetTrackNo(unsigned int)
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
   133
	?SetUid@CShowInfo@@QAEXI@Z @ 132 NONAME ; void CShowInfo::SetUid(unsigned int)
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
   134
	?SetUpdateAutomatically@CSettingsEngine@@QAEXW4TAutoUpdateSetting@@@Z @ 133 NONAME ; void CSettingsEngine::SetUpdateAutomatically(enum TAutoUpdateSetting)
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
   135
	?SetUpdateFeedInterval@CSettingsEngine@@QAEXH@Z @ 134 NONAME ; void CSettingsEngine::SetUpdateFeedInterval(int)
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
   136
	?SetUpdateFeedTime@CSettingsEngine@@QAEXVTTime@@@Z @ 135 NONAME ; void CSettingsEngine::SetUpdateFeedTime(class TTime)
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
   137
	?SetUrlL@CFeedInfo@@QAEXABVTDesC16@@@Z @ 136 NONAME ; void CFeedInfo::SetUrlL(class TDesC16 const &)
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
   138
	?SetUrlL@CShowInfo@@QAEXABVTDesC16@@@Z @ 137 NONAME ; void CShowInfo::SetUrlL(class TDesC16 const &)
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
   139
	?SettingsEngine@CPodcastModel@@QAEAAVCSettingsEngine@@XZ @ 138 NONAME ; class CSettingsEngine & CPodcastModel::SettingsEngine(void)
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
   140
	?ShowDownloading@CShowEngine@@QAEPAVCShowInfo@@XZ @ 139 NONAME ; class CShowInfo * CShowEngine::ShowDownloading(void)
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
   141
	?ShowEngine@CPodcastModel@@QAEAAVCShowEngine@@XZ @ 140 NONAME ; class CShowEngine & CPodcastModel::ShowEngine(void)
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
   142
	?ShowSize@CShowInfo@@QBEIXZ @ 141 NONAME ; unsigned int CShowInfo::ShowSize(void) const
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
   143
	?ShowType@CShowInfo@@QBE?AW4TShowType@@XZ @ 142 NONAME ; enum TShowType CShowInfo::ShowType(void) const
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
   144
	?SpecificIAP@CSettingsEngine@@QAEHXZ @ 143 NONAME ; int CSettingsEngine::SpecificIAP(void)
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
   145
	?SuspendDownloads@CShowEngine@@QAEXXZ @ 144 NONAME ; void CShowEngine::SuspendDownloads(void)
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
   146
	?Title@CFeedInfo@@QBEABVTDesC16@@XZ @ 145 NONAME ; class TDesC16 const & CFeedInfo::Title(void) const
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
   147
	?Title@CShowInfo@@QBEABVTDesC16@@XZ @ 146 NONAME ; class TDesC16 const & CShowInfo::Title(void) const
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
   148
	?TrackNo@CShowInfo@@QBEIXZ @ 147 NONAME ; unsigned int CShowInfo::TrackNo(void) const
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
   149
	?Uid@CFeedInfo@@QBEIXZ @ 148 NONAME ; unsigned int CFeedInfo::Uid(void) const
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
   150
	?Uid@CShowInfo@@QBEIXZ @ 149 NONAME ; unsigned int CShowInfo::Uid(void) const
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
   151
	?UpdateAllFeedsL@CFeedEngine@@QAEXH@Z @ 150 NONAME ; void CFeedEngine::UpdateAllFeedsL(int)
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
   152
	?UpdateAutomatically@CSettingsEngine@@QAE?AW4TAutoUpdateSetting@@XZ @ 151 NONAME ; enum TAutoUpdateSetting CSettingsEngine::UpdateAutomatically(void)
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
   153
	?UpdateFeedInfoL@CFeedEngine@@QAEXPAVCFeedInfo@@@Z @ 152 NONAME ; void CFeedEngine::UpdateFeedInfoL(class CFeedInfo *)
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
   154
	?UpdateFeedInterval@CSettingsEngine@@QAEHXZ @ 153 NONAME ; int CSettingsEngine::UpdateFeedInterval(void)
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
   155
	?UpdateFeedL@CFeedEngine@@QAEHI@Z @ 154 NONAME ; int CFeedEngine::UpdateFeedL(unsigned int)
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
   156
	?UpdateFeedTime@CSettingsEngine@@QAE?AVTTime@@XZ @ 155 NONAME ; class TTime CSettingsEngine::UpdateFeedTime(void)
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
   157
	?UpdateIAPListL@CPodcastModel@@QAEXXZ @ 156 NONAME ; void CPodcastModel::UpdateIAPListL(void)
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
   158
	?UpdateSNAPListL@CPodcastModel@@QAEXXZ @ 157 NONAME ; void CPodcastModel::UpdateSNAPListL(void)
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
   159
	?UpdateShowL@CShowEngine@@QAEXAAVCShowInfo@@@Z @ 158 NONAME ; void CShowEngine::UpdateShowL(class CShowInfo &)
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
   160
	?Url@CFeedInfo@@QBEABVTDesC16@@XZ @ 159 NONAME ; class TDesC16 const & CFeedInfo::Url(void) const
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
   161
	?Url@CShowInfo@@QBEABVTDesC16@@XZ @ 160 NONAME ; class TDesC16 const & CShowInfo::Url(void) const
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
   162
	?XMLEncode@PodcastUtils@@SAXAAVTDes16@@@Z @ 161 NONAME ; void PodcastUtils::XMLEncode(class TDes16 &)
a2e43aa1ad11 Fixed DEF files. Tested with Qt SQLite.
teknolog
parents: 100
diff changeset
   163
	?DropDB@CPodcastModel@@QAEXXZ @ 162 NONAME ; void CPodcastModel::DropDB(void)
126
c2f1ea38ec70 Import from FCL default branch
teknolog
parents: 116
diff changeset
   164
	?CheckForDeletedShows@CShowEngine@@QAEXI@Z @ 163 NONAME ; void CShowEngine::CheckForDeletedShows(unsigned int)
c2f1ea38ec70 Import from FCL default branch
teknolog
parents: 116
diff changeset
   165
	?IsVideoShow@PodcastUtils@@SAHAAVTDesC16@@@Z @ 164 NONAME ; int PodcastUtils::IsVideoShow(class TDesC16 &)
151
17da6d3a5a4b Merge of fix for bug 2737 from Symbian1 branch
teknolog
parents: 126
diff changeset
   166
	?MoveDownloadUpL@CShowEngine@@QAEXI@Z @ 165 NONAME ; void CShowEngine::MoveDownloadUpL(unsigned int)
17da6d3a5a4b Merge of fix for bug 2737 from Symbian1 branch
teknolog
parents: 126
diff changeset
   167
	?MoveDownloadDownL@CShowEngine@@QAEXI@Z @ 166 NONAME ; void CShowEngine::MoveDownloadDownL(unsigned int)
325
c11c471936bc Updated DEF file
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 151
diff changeset
   168
	?RemoveObserver@CConnectionEngine@@QAEXPAVMConnectionObserver@@@Z @ 167 NONAME ; void CConnectionEngine::RemoveObserver(class MConnectionObserver *)
367
4b75876aa85a Added new shows list
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 325
diff changeset
   169
	?FeedFileSize@CFeedInfo@@QBEHXZ @ 168 NONAME ; int CFeedInfo::FeedFileSize(void) const
4b75876aa85a Added new shows list
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 325
diff changeset
   170
	?SetFeedFileSize@CFeedInfo@@QAEXH@Z @ 169 NONAME ; void CFeedInfo::SetFeedFileSize(int)
4b75876aa85a Added new shows list
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 325
diff changeset
   171
	?GetNewShowsL@CPodcastModel@@QAEXXZ @ 170 NONAME ; void CPodcastModel::GetNewShowsL(void)
368
b131f7696342 Catch up with 5th edition
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 367
diff changeset
   172
	?PostPlayHandling@CShowEngine@@QAEXPAVCShowInfo@@@Z @ 171 NONAME ; void CShowEngine::PostPlayHandling(class CShowInfo *)
b131f7696342 Catch up with 5th edition
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 367
diff changeset
   173
	?ExpireOldShows@CShowEngine@@QAEXXZ @ 172 NONAME ; void CShowEngine::ExpireOldShows(void)
b131f7696342 Catch up with 5th edition
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 367
diff changeset
   174
	?SetDeleteDate@CShowInfo@@QAEXVTTime@@@Z @ 173 NONAME ; void CShowInfo::SetDeleteDate(class TTime)
b131f7696342 Catch up with 5th edition
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 367
diff changeset
   175
	?DeleteAutomatically@CSettingsEngine@@QAE?AW4TAutoDeleteSetting@@XZ @ 174 NONAME ; enum TAutoDeleteSetting CSettingsEngine::DeleteAutomatically(void)
b131f7696342 Catch up with 5th edition
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 367
diff changeset
   176
	?SetDeleteAutomatically@CSettingsEngine@@QAEXW4TAutoDeleteSetting@@@Z @ 175 NONAME ; void CSettingsEngine::SetDeleteAutomatically(enum TAutoDeleteSetting)
b131f7696342 Catch up with 5th edition
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 367
diff changeset
   177
	?DeleteDate@CShowInfo@@QBE?BVTTime@@XZ @ 176 NONAME ; class TTime const CShowInfo::DeleteDate(void) const
97
b52f6033af15 Add so image conversion is done in feedinfo if image already exist.
Lars Persson <lars.persson@embeddev.se>
parents: 94
diff changeset
   178