calendarui/editors/inc/calenunifiededitor.h
branchRCL_3
changeset 10 38571fd2a704
parent 0 f979ecb2b13e
child 14 21239b3bcd78
--- a/calendarui/editors/inc/calenunifiededitor.h	Fri Feb 19 22:49:53 2010 +0200
+++ b/calendarui/editors/inc/calenunifiededitor.h	Fri Mar 12 15:42:35 2010 +0200
@@ -494,6 +494,13 @@
          */
         void VerifyCollectionIdL(const TCalCollectionId aColId);
         
+        /*
+         * Return attachment names
+         * @param aAttachmentNames names of the attachments.
+         * @return HBufC 
+         */
+        void GetAttachmentNamesL(RPointerArray<HBufC>& aAttachmentNames);
+        
     protected:
         /**
          * From CEikDialog
@@ -659,7 +666,10 @@
           *  
           */
          void HideFieldsForEditSingleInstance();
-
+         
+         static TInt AsyncProcessCommandL(TAny* aThisPtr); 
+         
+        
     private:
         /**
          * @var iEditedCalEntry
@@ -812,7 +822,10 @@
          * @var isReplaceLocation
          * @brief Flag to indicate whenter to replace the location or to append it
          */
-        TBool isReplaceLocation;
+        TBool isReplaceLocation;        
+        
+        CAsyncCallBack* iAsyncCallback; 
+        
     };
 
 /**