diff -r bd7edf625bdd -r 97232defd20e calendarui/views/inc/caleneventviewcontainer.h --- a/calendarui/views/inc/caleneventviewcontainer.h Wed Sep 01 12:32:31 2010 +0100 +++ b/calendarui/views/inc/caleneventviewcontainer.h Tue Sep 14 21:17:03 2010 +0300 @@ -349,6 +349,11 @@ void AddDateFieldL( TInt aHeadingResource, const TTime& aDate ); /** + * Add a date field to the form. + */ + void AddDateFieldL( const TDesC& aDate ); + + /** * Add a "date - date" field to the form. */ void AddDateDateFieldL( const TTime& aStartDate, const TTime& aEndDate ); @@ -582,6 +587,11 @@ CDocumentHandler* iDocHandler; RArray iAttachmentPosInfoArray; // Array of start and end positions of each attachment names on the viewer + /** + * True if FeatureManager is initialized. + */ + TBool iFeatMgrInitialized; + }; #endif // CALENEVENTCONTAINER_H \ No newline at end of file