diff -r 38571fd2a704 -r 0f07cd1b5772 calendarui/globaldata/inc/calensend.h --- a/calendarui/globaldata/inc/calensend.h Fri Mar 12 15:42:35 2010 +0200 +++ b/calendarui/globaldata/inc/calensend.h Mon Mar 15 12:40:18 2010 +0200 @@ -69,6 +69,11 @@ * Send an entry a vCal through sendui */ IMPORT_C void SendAsVCalendarL(TInt aCommand, CCalEntry& aEntry); + + /** + * check whether messaging editor is open or not. + */ + IMPORT_C TBool IsMessagingEditorOpen(); private: // utility functions /** @@ -89,6 +94,7 @@ CSendUi* iSendUi; TInt iSendAsCmdId; TUid iSelectedMtmUid; + TBool iISEditorOpen; CArrayFixFlat* iSendMtmsToDim; CCalSession& iSession;