Add classes for plugin description listing request and response 95/32695/3
authorZofia Abramowska <z.abramowska@samsung.com>
Mon, 22 Dec 2014 12:19:15 +0000 (13:19 +0100)
committerZofia Abramowska <z.abramowska@samsung.com>
Tue, 23 Dec 2014 16:31:27 +0000 (17:31 +0100)
commitc7f9108b6fd36daaccbe0218b0ea708c955b0713
tree82064113cac80af2fd889ebe6701f69a969c3972
parentc58b6587a522499aac183ea5116d3ce69462b0f7
Add classes for plugin description listing request and response

DescritpionListRequest used for asking cynara for list of internal
and external plugin description.
DescriptionListResponse used for sending this list back to client.

Change-Id: I047747efcf69ecf7f15747e890ffe1b2b98132f1
src/common/CMakeLists.txt
src/common/request/DescriptionListRequest.cpp [new file with mode: 0644]
src/common/request/DescriptionListRequest.h [new file with mode: 0644]
src/common/request/RequestTaker.cpp
src/common/request/RequestTaker.h
src/common/request/pointers.h
src/common/response/DescriptionListResponse.cpp [new file with mode: 0644]
src/common/response/DescriptionListResponse.h [new file with mode: 0644]
src/common/response/ResponseTaker.cpp
src/common/response/ResponseTaker.h
src/common/response/pointers.h