rename the namespace
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
#include "PlugIn.h"
|
#include "PlugIn.h"
|
||||||
|
|
||||||
using namespace arrivalmanager;
|
using namespace aman;
|
||||||
|
|
||||||
BOOL APIENTRY DllMain(HMODULE module, DWORD reason, LPVOID reserved) {
|
BOOL APIENTRY DllMain(HMODULE module, DWORD reason, LPVOID reserved) {
|
||||||
(void)module;
|
(void)module;
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
EXTERN_C IMAGE_DOS_HEADER __ImageBase;
|
EXTERN_C IMAGE_DOS_HEADER __ImageBase;
|
||||||
|
|
||||||
using namespace arrivalmanager;
|
using namespace aman;
|
||||||
|
|
||||||
PlugIn::PlugIn() :
|
PlugIn::PlugIn() :
|
||||||
EuroScopePlugIn::CPlugIn(EuroScopePlugIn::COMPATIBILITY_CODE,
|
EuroScopePlugIn::CPlugIn(EuroScopePlugIn::COMPATIBILITY_CODE,
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
#include <EuroScopePlugIn.h>
|
#include <EuroScopePlugIn.h>
|
||||||
#pragma warning(pop)
|
#pragma warning(pop)
|
||||||
|
|
||||||
namespace arrivalmanager {
|
namespace aman {
|
||||||
/**
|
/**
|
||||||
* @brief Defines the EuroScope plug-in
|
* @brief Defines the EuroScope plug-in
|
||||||
* @ingroup euroscope
|
* @ingroup euroscope
|
||||||
|
|||||||
Reference in New Issue
Block a user