X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=inc%2FCallPresentationModel.h;h=50d07e4f8bf407a286ac3c80e3ae926127259c78;hb=0fc070c3be46085c5d15c0b9b10a2f9e6b100ab7;hp=afe0179d7eeaeb80c02734aaeda299e824fd8b2a;hpb=ae4a29bb3b9f149b458351feec6e6b1beccd7f86;p=apps%2Fosp%2FCall.git diff --git a/inc/CallPresentationModel.h b/inc/CallPresentationModel.h index afe0179..50d07e4 100644 --- a/inc/CallPresentationModel.h +++ b/inc/CallPresentationModel.h @@ -100,7 +100,7 @@ public: //Function to get the conference call info AppCallInfo* GetConferenceCallInfoN(void); //Split this call from the conference call - void SplitFromConference(SplitConfCallerCmdIds splitCallerCmdId, Tizen::Base::Collection::IListT* pConfCallList); + bool SplitFromConference(SplitConfCallerCmdIds splitCallerCmdId, Tizen::Base::Collection::IListT* pConfCallList); //End this single call from the conference call void EndCallFromConference(EndConfCallerCmdIds endCallerCmdId, Tizen::Base::Collection::IListT* pConfCallList); //returns true, if split operation is allowed. Else, returns false.