Create request and response types for simple check client API call 17/35217/5
authorZofia Abramowska <z.abramowska@samsung.com>
Tue, 10 Feb 2015 15:21:42 +0000 (16:21 +0100)
committerZofia Abramowska <z.abramowska@samsung.com>
Thu, 12 Feb 2015 14:11:34 +0000 (15:11 +0100)
commitcc65a1523566af45fb9e44c620e38b2fd480a99b
tree598d7f57a37e287033e18379c24de90123fd8cfa
parentf868f4447f698148efb83b566dc5244d4e455f29
Create request and response types for simple check client API call

Create SimpleCheckResponse and SimpleCheckRequest.

Change-Id: I75796fb035ac9dfd5ecbe1e8bfc68d37a55ba6f4
12 files changed:
src/common/CMakeLists.txt
src/common/protocol/ProtocolOpCode.h
src/common/request/RequestTaker.cpp
src/common/request/RequestTaker.h
src/common/request/SimpleCheckRequest.cpp [new file with mode: 0644]
src/common/request/SimpleCheckRequest.h [new file with mode: 0644]
src/common/request/pointers.h
src/common/response/ResponseTaker.cpp
src/common/response/ResponseTaker.h
src/common/response/SimpleCheckResponse.cpp [new file with mode: 0644]
src/common/response/SimpleCheckResponse.h [new file with mode: 0644]
src/common/response/pointers.h