equal
deleted
inserted
replaced
86 |
86 |
87 sqlite3* DB(); |
87 sqlite3* DB(); |
88 void DropDB(); |
88 void DropDB(); |
89 void ResetDB(); |
89 void ResetDB(); |
90 |
90 |
91 IMPORT_C void GetAllShowsL(); |
|
92 IMPORT_C void GetNewShowsL(); |
|
93 IMPORT_C void GetShowsDownloadedL(); |
|
94 IMPORT_C void GetShowsDownloadingL(); |
91 IMPORT_C void GetShowsDownloadingL(); |
95 IMPORT_C void GetShowsByFeedL(TUint aFeedUid); |
92 IMPORT_C void GetShowsByFeedL(TUint aFeedUid); |
96 IMPORT_C void MarkSelectionPlayedL(); |
93 IMPORT_C void MarkSelectionPlayedL(); |
97 |
94 |
98 TInt FindActiveShowByUid(TUint aUid); |
95 TInt FindActiveShowByUid(TUint aUid); |