Async client stub initial commit 54/66354/1
authorKyungwook Tak <k.tak@samsung.com>
Tue, 5 Apr 2016 08:51:27 +0000 (17:51 +0900)
committerKyungwook Tak <k.tak@samsung.com>
Mon, 18 Apr 2016 11:11:59 +0000 (20:11 +0900)
commit9270226d08ebe4d256f4f93977d67227a83baae2
treea8ffcb25a31246e263579b17411189c690c6ab24
parentc64f0d472f143268c03e128301699f3b3cb2da97
Async client stub initial commit

scan dir / scan dirs needs db integration in server, credential check
of client and filesystem related modules. For now it requests file lists
in target directory based on history and credentials (client-removable,
server-readable)

Change-Id: Ia487c916f31e70cc54b1b52b72dd98c096264dd0
Signed-off-by: Kyungwook Tak <k.tak@samsung.com>
19 files changed:
src/CMakeLists.txt
src/framework/CMakeLists.txt
src/framework/client/async-logic.cpp [new file with mode: 0644]
src/framework/client/async-logic.h [new file with mode: 0644]
src/framework/client/callback.h [new file with mode: 0644]
src/framework/client/content-screening.cpp
src/framework/client/handle-ext.cpp [new file with mode: 0644]
src/framework/client/handle-ext.h [new file with mode: 0644]
src/framework/client/handle.cpp [moved from src/framework/common/cs-types.cpp with 53% similarity]
src/framework/client/handle.h [moved from src/framework/common/wp-types.h with 61% similarity]
src/framework/client/utils.h
src/framework/client/web-protection.cpp
src/framework/common/command-id.h
src/framework/common/serialization.h
src/framework/common/types.cpp [moved from src/framework/common/wp-types.cpp with 56% similarity]
src/framework/common/types.h [moved from src/framework/common/cs-types.h with 65% similarity]
src/framework/service/logic.cpp
src/framework/service/logic.h
test/test-api-content-screening.cpp