summaryrefslogtreecommitdiff
path: root/src/Plugins/Hotel/Suite
diff options
context:
space:
mode:
Diffstat (limited to 'src/Plugins/Hotel/Suite')
-rw-r--r--src/Plugins/Hotel/Suite/Suite.cpp7
-rw-r--r--src/Plugins/Hotel/Suite/Suite.h5
-rw-r--r--src/Plugins/Hotel/Suite/SuiteDef.cpp7
-rw-r--r--src/Plugins/Hotel/Suite/SuiteDef.h5
-rw-r--r--src/Plugins/Hotel/Suite/SuitePlugin.cpp7
-rw-r--r--src/Plugins/Hotel/Suite/SuitePlugin.h5
6 files changed, 36 insertions, 0 deletions
diff --git a/src/Plugins/Hotel/Suite/Suite.cpp b/src/Plugins/Hotel/Suite/Suite.cpp
new file mode 100644
index 0000000..7d00a10
--- /dev/null
+++ b/src/Plugins/Hotel/Suite/Suite.cpp
@@ -0,0 +1,7 @@
+#include "Suite.h"
+
+#ifdef _DEBUG
+#define new DEBUG_NEW
+#undef THIS_FILE
+static char THIS_FILE[] = __FILE__;
+#endif
diff --git a/src/Plugins/Hotel/Suite/Suite.h b/src/Plugins/Hotel/Suite/Suite.h
new file mode 100644
index 0000000..e346913
--- /dev/null
+++ b/src/Plugins/Hotel/Suite/Suite.h
@@ -0,0 +1,5 @@
+#pragma once
+#include "common.h"
+
+class Suite {
+};
diff --git a/src/Plugins/Hotel/Suite/SuiteDef.cpp b/src/Plugins/Hotel/Suite/SuiteDef.cpp
new file mode 100644
index 0000000..2322165
--- /dev/null
+++ b/src/Plugins/Hotel/Suite/SuiteDef.cpp
@@ -0,0 +1,7 @@
+#include "SuiteDef.h"
+
+#ifdef _DEBUG
+#define new DEBUG_NEW
+#undef THIS_FILE
+static char THIS_FILE[] = __FILE__;
+#endif
diff --git a/src/Plugins/Hotel/Suite/SuiteDef.h b/src/Plugins/Hotel/Suite/SuiteDef.h
new file mode 100644
index 0000000..e8ac37d
--- /dev/null
+++ b/src/Plugins/Hotel/Suite/SuiteDef.h
@@ -0,0 +1,5 @@
+#pragma once
+#include "common.h"
+
+class SuiteDef {
+};
diff --git a/src/Plugins/Hotel/Suite/SuitePlugin.cpp b/src/Plugins/Hotel/Suite/SuitePlugin.cpp
new file mode 100644
index 0000000..e5f15a0
--- /dev/null
+++ b/src/Plugins/Hotel/Suite/SuitePlugin.cpp
@@ -0,0 +1,7 @@
+#include "SuitePlugin.h"
+
+#ifdef _DEBUG
+#define new DEBUG_NEW
+#undef THIS_FILE
+static char THIS_FILE[] = __FILE__;
+#endif
diff --git a/src/Plugins/Hotel/Suite/SuitePlugin.h b/src/Plugins/Hotel/Suite/SuitePlugin.h
new file mode 100644
index 0000000..0f94d7a
--- /dev/null
+++ b/src/Plugins/Hotel/Suite/SuitePlugin.h
@@ -0,0 +1,5 @@
+#pragma once
+#include "common.h"
+
+class SuitePlugin {
+};