X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=inc%2FCallConfCallerListForm.h;h=b9b70b87859acf586cd44a60dcd7e6916b1c59e2;hb=5d64c84ca0864769d25bec71b914996ce581fa58;hp=c29efbd79f20b0d1020f034410e3586d6bb762f5;hpb=6cd92c632cdd4ceca7206dfa99cd2064f430a1ec;p=apps%2Fosp%2FCall.git diff --git a/inc/CallConfCallerListForm.h b/inc/CallConfCallerListForm.h index c29efbd..b9b70b8 100644 --- a/inc/CallConfCallerListForm.h +++ b/inc/CallConfCallerListForm.h @@ -43,6 +43,7 @@ class ConfCallerListForm , public Tizen::Ui::Controls::IFormBackEventListener , public Tizen::Ui::Controls::ITableViewItemProvider , public Tizen::Ui::IOrientationEventListener + , public Tizen::Social::IAddressbookChangeEventListener { public: ConfCallerListForm(void); @@ -70,6 +71,9 @@ public: virtual result OnDraw(void); // Handle change in conf call list void HandleParticipantsChanged(void); + //IAddressbookChangeEventListener + virtual void OnContactsChanged(const Tizen::Base::Collection::IList& contactChangeInfoList); + virtual void OnCategoriesChanged(const Tizen::Base::Collection::IList& categoryChangeInfoList); virtual void OnTimerExpired(Tizen::Base::Runtime::Timer& timer); virtual void OnFormBackRequested(Tizen::Ui::Controls::Form& source); @@ -94,6 +98,7 @@ private: AppCallInfo* __pConfCallInfo; //Timer used to show call time Tizen::Base::Runtime::Timer* __pConfCallTimer; + Tizen::Social::Addressbook* __pAddressbook; Tizen::Ui::Controls::TableView* __pList; bool __isCallSplit; };