rename the namespace

这个提交包含在:
Sven Czarnian
2021-08-10 07:56:31 +02:00
父节点 c7cf982671
当前提交 9696a66aab
共有 3 个文件被更改,包括 3 次插入3 次删除

查看文件

@@ -13,7 +13,7 @@
#include "PlugIn.h"
using namespace arrivalmanager;
using namespace aman;
BOOL APIENTRY DllMain(HMODULE module, DWORD reason, LPVOID reserved) {
(void)module;

查看文件

@@ -15,7 +15,7 @@
EXTERN_C IMAGE_DOS_HEADER __ImageBase;
using namespace arrivalmanager;
using namespace aman;
PlugIn::PlugIn() :
EuroScopePlugIn::CPlugIn(EuroScopePlugIn::COMPATIBILITY_CODE,

查看文件

@@ -14,7 +14,7 @@
#include <EuroScopePlugIn.h>
#pragma warning(pop)
namespace arrivalmanager {
namespace aman {
/**
* @brief Defines the EuroScope plug-in
* @ingroup euroscope