diff -r 702ba9ffe210 -r d7abecc9d189 engine/inc/ShowInfo.h --- a/engine/inc/ShowInfo.h Sat Nov 13 15:05:16 2010 +0000 +++ b/engine/inc/ShowInfo.h Mon Nov 22 15:41:41 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 RShowInfoArray;