From 6ba5875afbab0844205904478fcf5d79161b2668 Mon Sep 17 00:00:00 2001 From: tianp Date: Mon, 4 Aug 2025 17:11:25 +0800 Subject: [PATCH] =?UTF-8?q?progresslistener=E6=8E=A5=E5=8F=A3=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: tianp Change-Id: I50170f76260eea066f6ba7f2758b937186936d5f --- .../properties/copy_listener/ani/progress_listener_ani.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/interfaces/kits/js/src/mod_fs/properties/copy_listener/ani/progress_listener_ani.h b/interfaces/kits/js/src/mod_fs/properties/copy_listener/ani/progress_listener_ani.h index ccff55493..671d85951 100644 --- a/interfaces/kits/js/src/mod_fs/properties/copy_listener/ani/progress_listener_ani.h +++ b/interfaces/kits/js/src/mod_fs/properties/copy_listener/ani/progress_listener_ani.h @@ -13,11 +13,11 @@ * limitations under the License. */ -#ifndef INTERFACES_KITS_JS_SRC_MOD_FS_PROPERTIES_COPY_LISTENER_ANI_PROGRESS_LISTENER_H -#define INTERFACES_KITS_JS_SRC_MOD_FS_PROPERTIES_COPY_LISTENER_ANI_PROGRESS_LISTENER_H +#ifndef INTERFACES_KITS_JS_SRC_MOD_FS_PROPERTIES_COPY_LISTENER_ANI_PROGRESS_LISTENER_ANI_H +#define INTERFACES_KITS_JS_SRC_MOD_FS_PROPERTIES_COPY_LISTENER_ANI_PROGRESS_LISTENER_ANI_H -#include #include +#include #include "i_progress_listener.h" namespace OHOS::FileManagement::ModuleFileIO::ANI { @@ -33,4 +33,4 @@ private: }; } // namespace OHOS::FileManagement::ModuleFileIO::ANI -#endif // INTERFACES_KITS_JS_SRC_MOD_FS_PROPERTIES_COPY_LISTENER_ANI_PROGRESS_LISTENER_H \ No newline at end of file +#endif // INTERFACES_KITS_JS_SRC_MOD_FS_PROPERTIES_COPY_LISTENER_ANI_PROGRESS_LISTENER_ANI_H \ No newline at end of file -- Gitee