Introduce AdminCheckResponse class 66/31566/6
authorLukasz Wojciechowski <l.wojciechow@partner.samsung.com>
Fri, 5 Dec 2014 21:07:18 +0000 (22:07 +0100)
committerLukasz Wojciechowski <l.wojciechow@partner.samsung.com>
Mon, 15 Dec 2014 14:38:18 +0000 (15:38 +0100)
commitc71c10a540191e8905dc6c1215b5b676dc3819d8
treea6c4f3d940a5d07cc783698374ee98a8add52845
parent80482440c08b64b304ec72bb8b8f5f1574700859
Introduce AdminCheckResponse class

AdminCheckResponse is class for responses to AdminCheckRequests.
It differs from CheckResponse as it contains additional information
about existence of start bucket. Start bucket is BucketId provided
by AdminCheckRequest from which policy search is started.

Change-Id: I9858cfdb8a0acc0016a080eb850bbc65ec081a98
src/common/CMakeLists.txt
src/common/response/AdminCheckResponse.cpp [new file with mode: 0644]
src/common/response/AdminCheckResponse.h [new file with mode: 0644]
src/common/response/ResponseTaker.cpp
src/common/response/ResponseTaker.h
src/common/response/pointers.h
test/CMakeLists.txt