diff -r 1984aceb8774 -r 21239b3bcd78 calendarui/editors/inc/calendbfield.h --- 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; };