engine/inc/ShowEngine.h
branchnewlist
changeset 349 4538abb763e4
parent 348 bd7f3de17443
--- a/engine/inc/ShowEngine.h	Sun Nov 14 13:06:35 2010 +0000
+++ b/engine/inc/ShowEngine.h	Mon Nov 15 13:59:40 2010 +0000
@@ -80,7 +80,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);
@@ -131,6 +133,7 @@
 	void DBAddDownloadL(TUint aUid);
 	CShowInfo* DBGetNextDownloadL();
 	void DBSwapDownloadsL(TDownload aFirstDL, TDownload aSecondDL);
+	void DBGetOldShowsL(RShowInfoArray& aShowArray);
 	
 private:
 	CHttpClient* iShowClient;