Fix forN_SE-36058
[apps/osp/Call.git] / inc / CallEndCallForm.h
index 65cbfe0..ade6b2c 100644 (file)
@@ -82,10 +82,10 @@ public:
         * @see         Tizen::App::AppControl
         */
        virtual void OnAppControlCompleteResponseReceived(const Tizen::App::AppId& appId, const Tizen::Base::String& operationId, Tizen::App::AppCtrlResult appControlResult, const Tizen::Base::Collection::IMap* pExtraData);
-       //Used to set the contact button state in the end call form
-       void SetContactButtonState(bool showState);
-       //To check if contact is present in Address bool
-       bool IsContactPresent(void);
+       //Used to set the Viewcontact button state in the end call form
+       void ShowViewContactButton(void);
+       //Used to set the Viewcontact button state in the end call form
+       void ShowAddContactButton(void);
        //Called when App comes to foreground
        virtual void OnForeground(void);
        //Called when App goes to background
@@ -122,7 +122,6 @@ private:
        Tizen::Ui::Controls::Label* __pSmallPhotoLabel;
        bool __isMsgAppControlLaunched;
        bool __isContactAppControlLaunched;
-       bool __isContactPresent;
 };
 
 #endif  // _PHN_END_CALL_FORM_H_