engine/inc/ShowInfo.h
branchRCL_3
changeset 368 b131f7696342
parent 107 af6475fdf8d6
--- a/engine/inc/ShowInfo.h	Sun Nov 14 13:05:37 2010 +0000
+++ b/engine/inc/ShowInfo.h	Tue Nov 16 10:26:34 2010 +0000
@@ -98,6 +98,11 @@
 	
 	IMPORT_C void SetLastError(TInt aLastError);
 	IMPORT_C TInt LastError() const;
+
+	IMPORT_C const TTime DeleteDate() const;
+	IMPORT_C void SetDeleteDate(TTime aDeleteDate);
+	
+	
 private:
 	CShowInfo();
 	void ConstructL();
@@ -119,6 +124,7 @@
 	TBool iDelete;
 	TShowType iShowType;
 	TInt  iLastError;
+	TTime iDeleteDate;
 };
 
 typedef RPointerArray<CShowInfo> RShowInfoArray;