change API header file names 05/71605/3
authorDongsun Lee <ds73.lee@samsung.com>
Thu, 26 May 2016 06:28:01 +0000 (15:28 +0900)
committerkyungwook tak <k.tak@samsung.com>
Thu, 26 May 2016 07:28:58 +0000 (00:28 -0700)
commitf0bb3491d156c67ee7990ab97000e2c77c843b64
tree4786e742c5866c13fd50a5b5b9322d0ef0cf38a0
parent53a55707d6e7a106f4dd3ac96ee1d520aad7bcb7
change API header file names

[src/include/csr directory]
- content-screening-types.h => csr-content-screening-types.h
- content-screening.h => csr-content-screening.h
- engine-manager.h => csr-engine-manager.h
- error.h => csr-error.h
- web-protection-types.h => csr-web-protection-types.h
- web-protection.h => csr-web-protection.h
[src/include/csre directory]
- content-screening-engine-info.h => csre-content-screening-engine-info.h
- content-screening-types.h => csre-content-screening-types.h
- content-screening.h => csre-content-screening.h
- error.h => csre-error.h
- web-protection-engine-info.h => csre-web-protection-engine-info.h
- web-protection-types.h => csre-web-protection-types.h
- web-protection.h => csre-web-protection.h

Change-Id: Iaeb2f9a02994824ebc8d5d5b6223d5db8c22b53e
Signed-off-by: Dongsun Lee <ds73.lee@samsung.com>
65 files changed:
engine/content-screening/CMakeLists.txt
engine/content-screening/sample-engine.cpp
engine/web-protection/CMakeLists.txt
engine/web-protection/sample-engine.cpp
packaging/csr-framework.spec
pkgconfig/csr-engine.pc.in
pkgconfig/csr.pc.in
src/CMakeLists.txt
src/framework/CMakeLists.txt
src/framework/client/callback.h
src/framework/client/content-screening.cpp
src/framework/client/engine-manager.cpp
src/framework/client/error.cpp
src/framework/client/utils.cpp
src/framework/client/web-protection.cpp
src/framework/common/cs-context.h
src/framework/common/cs-detected.h
src/framework/common/em-context.h
src/framework/common/exception.h
src/framework/common/serialization.h
src/framework/common/wp-context.h
src/framework/common/wp-result.h
src/framework/db/manager.h
src/framework/service/core-usage.h
src/framework/service/cs-loader.h
src/framework/service/cs-logic.cpp
src/framework/service/cs-logic.h
src/framework/service/em-logic.cpp
src/framework/service/em-logic.h
src/framework/service/engine-error-converter.cpp
src/framework/service/logic.cpp
src/framework/service/server-service.cpp
src/framework/service/type-converter.h
src/framework/service/wp-loader.h
src/framework/service/wp-logic.cpp
src/framework/ui/askuser.h
src/framework/ui/common.h
src/framework/ui/popup/logic.cpp
src/include/csr/csr-content-screening-types.h [moved from src/include/csr/content-screening-types.h with 99% similarity]
src/include/csr/csr-content-screening.h [moved from src/include/csr/content-screening.h with 99% similarity]
src/include/csr/csr-engine-manager.h [moved from src/include/csr/engine-manager.h with 99% similarity]
src/include/csr/csr-error.h [moved from src/include/csr/error.h with 99% similarity]
src/include/csr/csr-web-protection-types.h [moved from src/include/csr/web-protection-types.h with 98% similarity]
src/include/csr/csr-web-protection.h [moved from src/include/csr/web-protection.h with 98% similarity]
src/include/csre/csre-content-screening-engine-info.h [moved from src/include/csre/content-screening-engine-info.h with 99% similarity]
src/include/csre/csre-content-screening-types.h [moved from src/include/csre/content-screening-types.h with 97% similarity]
src/include/csre/csre-content-screening.h [moved from src/include/csre/content-screening.h with 99% similarity]
src/include/csre/csre-error.h [moved from src/include/csre/error.h with 98% similarity]
src/include/csre/csre-web-protection-engine-info.h [moved from src/include/csre/web-protection-engine-info.h with 99% similarity]
src/include/csre/csre-web-protection-types.h [moved from src/include/csre/web-protection-types.h with 97% similarity]
src/include/csre/csre-web-protection.h [moved from src/include/csre/web-protection.h with 98% similarity]
test/CMakeLists.txt
test/internals/CMakeLists.txt
test/internals/test-api-engine-content-screening.cpp
test/internals/test-api-engine-web-protection.cpp
test/internals/test-main.cpp
test/popup/CMakeLists.txt
test/test-api-content-screening-async.cpp
test/test-api-content-screening.cpp
test/test-api-engine-manager.cpp
test/test-api-web-protection.cpp
test/test-common.h
test/test-helper.h
test/test-main.cpp
test/thread-pool/CMakeLists.txt