calendarui/editors/inc/calendbfield.h
branchRCL_3
changeset 14 21239b3bcd78
parent 0 f979ecb2b13e
child 28 96907930389d
--- a/calendarui/editors/inc/calendbfield.h	Wed Mar 31 21:29:10 2010 +0300
+++ b/calendarui/editors/inc/calendbfield.h	Wed Apr 14 15:55:57 2010 +0300
@@ -116,6 +116,24 @@
           */
          static TBool CalendarInfoNameIdentifierL( const HBufC* aName,
                                     const CCalCalendarInfo& aInfoItem );
+         
+         /**
+          * @brief show infonote when database changes and entry having
+          * childs.
+          */
+         void ShowChangeDBQueryL();
+         /*
+          * Callback for CAsyncCallBack class
+          * @param aThisPtr* this pointer.
+          * @return TInt status.
+          */         
+         static TInt DoAsyncShowChangeDBQueryL(TAny* aThisPtr);
+         
+         /**
+          * @brief Update data in editor
+          * @param aColId collection Id of selected database
+          */    
+         void SetDataToEditorL(const TCalCollectionId& aColId);
 
     public:
          //previous calendar collection id  
@@ -153,6 +171,7 @@
         //services referance not owned
         MCalenServices* iServices;
         HBufC* iCalendarFileName;
+        CAsyncCallBack* iAsyncDBquery;        
         
     };