From 2cd1b6d14fc44648067967e64ae9f1ef5f538076 Mon Sep 17 00:00:00 2001 From: Pulsar-V <2571440661@qq.com> Date: Thu, 26 Aug 2021 22:12:37 +0800 Subject: [PATCH] =?UTF-8?q?Modify:=E4=BF=AE=E6=94=B9=E5=91=BD=E5=90=8D?= =?UTF-8?q?=E7=A9=BA=E9=97=B4=E4=B8=BArccore::logging?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- robot_client/include/rc_log/rclog.h | 5 +++-- robot_client/sources/rc_log/file_content.cpp | 4 ++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/robot_client/include/rc_log/rclog.h b/robot_client/include/rc_log/rclog.h index 3c4058d1..553a9225 100644 --- a/robot_client/include/rc_log/rclog.h +++ b/robot_client/include/rc_log/rclog.h @@ -6,8 +6,9 @@ #define ROBOCAR_RCLOG_H #include -namespace RC{ - namespace LOG{ + +namespace rccore { + namespace logging { } } #endif //ROBOCAR_RCLOG_H diff --git a/robot_client/sources/rc_log/file_content.cpp b/robot_client/sources/rc_log/file_content.cpp index 7a68392a..f150a82c 100644 --- a/robot_client/sources/rc_log/file_content.cpp +++ b/robot_client/sources/rc_log/file_content.cpp @@ -2,3 +2,7 @@ // Created by pulsarv on 19-5-1. // +namespace rccore { + namespace logging { + } +} \ No newline at end of file