calendarui/globaldata/inc/calensend.h
branchRCL_3
changeset 13 0f07cd1b5772
parent 0 f979ecb2b13e
child 67 1539a383d7b6
equal deleted inserted replaced
12:38571fd2a704 13:0f07cd1b5772
    67     
    67     
    68     /**
    68     /**
    69      * Send an entry a vCal through sendui
    69      * Send an entry a vCal through sendui
    70      */
    70      */
    71     IMPORT_C void SendAsVCalendarL(TInt aCommand, CCalEntry& aEntry);
    71     IMPORT_C void SendAsVCalendarL(TInt aCommand, CCalEntry& aEntry);
       
    72     
       
    73 	/**
       
    74 	* check whether messaging editor is open or not.
       
    75 	*/
       
    76     IMPORT_C TBool IsMessagingEditorOpen();
    72 
    77 
    73 private: // utility functions
    78 private: // utility functions
    74     /**
    79     /**
    75      * Process "Send As" for attachment file
    80      * Process "Send As" for attachment file
    76      */
    81      */
    87 
    92 
    88 private: // data
    93 private: // data
    89     CSendUi* iSendUi;
    94     CSendUi* iSendUi;
    90     TInt iSendAsCmdId;
    95     TInt iSendAsCmdId;
    91     TUid iSelectedMtmUid;
    96     TUid iSelectedMtmUid;
       
    97     TBool iISEditorOpen;
    92 
    98 
    93     CArrayFixFlat<TUid>* iSendMtmsToDim;
    99     CArrayFixFlat<TUid>* iSendMtmsToDim;
    94     CCalSession& iSession;
   100     CCalSession& iSession;
    95 
   101 
    96     }; 
   102     };