engine/inc/ShowEngine.h
branchRCL_3
changeset 368 b131f7696342
parent 202 e1dedb07817d
--- a/engine/inc/ShowEngine.h	Sun Nov 14 13:05:37 2010 +0000
+++ b/engine/inc/ShowEngine.h	Tue Nov 16 10:26:34 2010 +0000
@@ -89,7 +89,9 @@
 	IMPORT_C CMetaDataReader& MetaDataReader();
 	IMPORT_C void MoveDownloadUpL(TUint aUid);
 	IMPORT_C void MoveDownloadDownL(TUint aUid);
+	IMPORT_C void PostPlayHandling(CShowInfo *aShow);
 
+	IMPORT_C void ExpireOldShows();
 private:
 	// from HttpClientObserver, dont have to be public
 	void Connected(CHttpClient* aClient);
@@ -142,6 +144,7 @@
 	void DBAddDownloadL(TUint aUid);
 	CShowInfo* DBGetNextDownloadL();
 	void DBSwapDownloadsL(TDownload aFirstDL, TDownload aSecondDL);
+	void DBGetOldShowsL(RShowInfoArray& aShowArray);
 	
 private:
 	CHttpClient* iShowClient;