Declare key-value pair options to context / result 55/66355/1
authorKyungwook Tak <k.tak@samsung.com>
Tue, 12 Apr 2016 08:14:11 +0000 (17:14 +0900)
committerKyungwook Tak <k.tak@samsung.com>
Mon, 18 Apr 2016 11:12:00 +0000 (20:12 +0900)
commit597ad2b4f951a542adcb47891d659043ed0aaf4b
tree0eb06dca8ab32169aae786c16bdae40e30eaeba0
parent9270226d08ebe4d256f4f93977d67227a83baae2
Declare key-value pair options to context / result

Change-Id: I01cb343025647bdcdb5210a07a352d723182f59a
Signed-off-by: Kyungwook Tak <k.tak@samsung.com>
29 files changed:
src/framework/CMakeLists.txt
src/framework/client/async-logic.cpp
src/framework/client/async-logic.h
src/framework/client/content-screening.cpp
src/framework/client/handle-ext.cpp
src/framework/client/handle-ext.h
src/framework/client/handle.cpp
src/framework/client/handle.h
src/framework/client/web-protection.cpp
src/framework/common/cs-context.cpp [new file with mode: 0644]
src/framework/common/cs-context.h [new file with mode: 0644]
src/framework/common/cs-detected.cpp [new file with mode: 0644]
src/framework/common/cs-detected.h [new file with mode: 0644]
src/framework/common/kvp-container.cpp [new file with mode: 0644]
src/framework/common/kvp-container.h [new file with mode: 0644]
src/framework/common/serialization.h
src/framework/common/types.h
src/framework/service/logic.cpp
src/framework/service/logic.h
src/include/csr/content-screening.h
src/include/csr/error.h
test/CMakeLists.txt
test/test-api-content-screening-async.cpp [new file with mode: 0644]
test/test-api-content-screening.cpp
test/test-api-engine-content-screening.cpp
test/test-api-engine-web-protection.cpp
test/test-api-web-protection.cpp
test/test-common.cpp [new file with mode: 0644]
test/test-common.h [new file with mode: 0644]