calendarui/globaldata/inc/calensend.h
branchRCL_3
changeset 13 0f07cd1b5772
parent 0 f979ecb2b13e
child 67 1539a383d7b6
--- 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<TUid>* iSendMtmsToDim;
     CCalSession& iSession;