Modify:修改命名空间为rccore::logging

This commit is contained in:
Pulsar-V 2021-08-26 22:12:37 +08:00
parent e6b90f9c8f
commit 2cd1b6d14f
2 changed files with 7 additions and 2 deletions

View File

@ -6,8 +6,9 @@
#define ROBOCAR_RCLOG_H #define ROBOCAR_RCLOG_H
#include <string> #include <string>
namespace RC{
namespace LOG{ namespace rccore {
namespace logging {
} }
} }
#endif //ROBOCAR_RCLOG_H #endif //ROBOCAR_RCLOG_H

View File

@ -2,3 +2,7 @@
// Created by pulsarv on 19-5-1. // Created by pulsarv on 19-5-1.
// //
namespace rccore {
namespace logging {
}
}