X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=inc%2FCallButtonsPanel.h;h=dd5e11dafecf4036b3ed183af33ec9c7849aa5de;hb=refs%2Ftags%2Faccepted%2Ftizen_2.1%2F20130425.023544;hp=96ed0e51fa8e4c23c998590baa39bb997aaae0cd;hpb=17d946effaeb0cffc6d781591183905ff52f416f;p=apps%2Fosp%2FCall.git diff --git a/inc/CallButtonsPanel.h b/inc/CallButtonsPanel.h index 96ed0e5..dd5e11d 100644 --- a/inc/CallButtonsPanel.h +++ b/inc/CallButtonsPanel.h @@ -80,8 +80,10 @@ public: void EnableAddCallButton(bool enable); //Used to enable or disable "Join Call" Button void EnableJoinCallButton(bool enable); - // Used to set the contact is present or not - void SetViewContactButtonStatus(bool isContactPresent); + // Used to set the ViewContact is present or not + void ShowViewContactButton(void); + // Used to set the AddToContact is present or not + void ShowAddContactButton(void); //set the buttons in the panel as the top controls. Chk if its needed in RC2 void SetButtonPosition(void);