Add CodeResponse class - a simple response with just a status 67/24667/2
authorLukasz Wojciechowski <l.wojciechow@partner.samsung.com>
Thu, 17 Jul 2014 18:07:16 +0000 (20:07 +0200)
committerLukasz Wojciechowski <l.wojciechow@partner.samsung.com>
Fri, 18 Jul 2014 06:50:50 +0000 (08:50 +0200)
commit524d4bb8aad042f011ce8f781a1a4e333bbee8dd
tree10fca1a9531df9cd157c7c13e58509d2b79515bd
parente327d78ccf7a1b22311feca64459ec797e1584fd
Add CodeResponse class - a simple response with just a status

This class shall be used as an answer for administrative requests:
* InsertOrUpdateBucketRequest;
* RemoveBucketRequest;
* SetPoliciesRequest.

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