From cd4afb4c2bea50907b12d8cae718ab8943208d08 Mon Sep 17 00:00:00 2001 From: HanSY Date: Wed, 25 Sep 2024 13:02:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BB=A3=E7=A0=81=E9=A3=8E?= =?UTF-8?q?=E6=A0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: HanSY --- BUILD.gn | 2 +- include/thread_pool.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/BUILD.gn b/BUILD.gn index e868a4a..532a37f 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -18,6 +18,7 @@ import("./restool.gni") ohos_executable("restool") { sources = [ "src/append_compiler.cpp", + "src/binary_file_packer.cpp", "src/cmd_parser.cpp", "src/compression_parser.cpp", "src/config_parser.cpp", @@ -31,7 +32,6 @@ ohos_executable("restool") { "src/id_worker.cpp", "src/json_compiler.cpp", "src/key_parser.cpp", - "src/binary_file_packer.cpp", "src/reference_parser.cpp", "src/resconfig_parser.cpp", "src/resource_append.cpp", diff --git a/include/thread_pool.h b/include/thread_pool.h index b95e7f5..3c5c7dc 100644 --- a/include/thread_pool.h +++ b/include/thread_pool.h @@ -28,7 +28,7 @@ namespace OHOS { namespace Global { namespace Restool { -class ThreadPool{ +class ThreadPool { public: /** * @brief Creates a thread pool with specify thread count