mirror of
https://gitee.com/cv_team/uestc-careye.git
synced 2024-11-30 02:38:55 +08:00
Modify:修改命名空间为rccore::logging
This commit is contained in:
parent
e6b90f9c8f
commit
2cd1b6d14f
@ -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
|
||||||
|
@ -2,3 +2,7 @@
|
|||||||
// Created by pulsarv on 19-5-1.
|
// Created by pulsarv on 19-5-1.
|
||||||
//
|
//
|
||||||
|
|
||||||
|
namespace rccore {
|
||||||
|
namespace logging {
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user