Fix N_SE-41043
[apps/osp/Call.git] / inc / CallActiveCallForm.h
index 4584155..8e3782d 100644 (file)
@@ -46,6 +46,7 @@ class ActiveCallForm
        , public Tizen::Ui::Scenes::ISceneEventListener
        , public Tizen::Base::Runtime::ITimerEventListener
        , public Tizen::Ui::IOrientationEventListener
+       , public Tizen::Social::IAddressbookChangeEventListener
 {
 public:
        ActiveCallForm(FormType formType);
@@ -68,7 +69,9 @@ public:
        void HandleConfCallChanged(void);
        // Used to update multiple call screen
        void UpdateMultipleCallScreen(Tizen::Base::Collection::IListT<AppCallInfo>& activeCallsList);
-
+       //IAddressbookChangeEventListener
+       virtual void OnContactsChanged(const Tizen::Base::Collection::IList& contactChangeInfoList);
+       virtual void OnCategoriesChanged(const Tizen::Base::Collection::IList& categoryChangeInfoList);
        //From IOrientationEventListener
        virtual void OnOrientationChanged(const Tizen::Ui::Control& source, Tizen::Ui::OrientationStatus orientationStatus);
        //From IAppStateChangeListener
@@ -137,6 +140,7 @@ private:
        //Custom Buttons Panel
        CallButtonsPanel* __pCallButtonsPanel;
        DtmfKeyPadPanel* __pDTMFKeypad;
+       Tizen::Social::Addressbook* __pAddressbook;
        //Option Menu List for conference call
        Tizen::Ui::Controls::ListView* __pMoreOptionsList;
        Tizen::Ui::Controls::Label* __pMoreOptionsListAnchor;