TizenRefApp-8335 [Call UI] Implement RejectMsgProvider 60/123560/4
authorIgor Olshevskyi <i.olshevskyi@samsung.com>
Wed, 5 Apr 2017 11:42:48 +0000 (14:42 +0300)
committerIgor Olshevskyi <i.olshevskyi@samsung.com>
Fri, 7 Apr 2017 09:06:39 +0000 (12:06 +0300)
commit3c6f59d94a323526fc588dd5be5023a1756ad2ae
treece8c59c1f4095504afc387e075680ba92336cb09
parent04c8b4a3e628a57646646cfab76ea913225198af
TizenRefApp-8335 [Call UI] Implement RejectMsgProvider

Change-Id: Id3dedd18a91f51ceb491d096928fd785ef4bd4b0
22 files changed:
.cproject
inc/model/Call.h
inc/model/IIncomingCall.h
inc/model/IRejectMsg.h [new file with mode: 0644]
inc/model/IRejectMsgProvider.h [new file with mode: 0644]
inc/model/types.h
src/model/Call.cpp
src/model/CallClient.h
src/model/CallInfo.cpp
src/model/CallManager.cpp
src/model/CallManager.h
src/model/IncomingCall.cpp
src/model/IncomingCall.h
src/model/MsgClient.cpp [new file with mode: 0644]
src/model/MsgClient.h [new file with mode: 0644]
src/model/RejectMsg.cpp [new file with mode: 0644]
src/model/RejectMsg.h [new file with mode: 0644]
src/model/RejectMsgProvider.cpp [new file with mode: 0644]
src/model/RejectMsgProvider.h [new file with mode: 0644]
src/model/helpers.h
src/model/helpers.hpp
src/model/implTypes.h