summaryrefslogtreecommitdiff
path: root/src/Plugins/Hotel/Obeya
diff options
context:
space:
mode:
Diffstat (limited to 'src/Plugins/Hotel/Obeya')
-rw-r--r--src/Plugins/Hotel/Obeya/Obeya.cpp7
-rw-r--r--src/Plugins/Hotel/Obeya/Obeya.h5
-rw-r--r--src/Plugins/Hotel/Obeya/ObeyaDef.cpp7
-rw-r--r--src/Plugins/Hotel/Obeya/ObeyaDef.h5
-rw-r--r--src/Plugins/Hotel/Obeya/ObeyaPlugin.cpp7
-rw-r--r--src/Plugins/Hotel/Obeya/ObeyaPlugin.h5
6 files changed, 36 insertions, 0 deletions
diff --git a/src/Plugins/Hotel/Obeya/Obeya.cpp b/src/Plugins/Hotel/Obeya/Obeya.cpp
new file mode 100644
index 0000000..e7e234b
--- /dev/null
+++ b/src/Plugins/Hotel/Obeya/Obeya.cpp
@@ -0,0 +1,7 @@
+#include "Obeya.h"
+
+#ifdef _DEBUG
+#define new DEBUG_NEW
+#undef THIS_FILE
+static char THIS_FILE[] = __FILE__;
+#endif
diff --git a/src/Plugins/Hotel/Obeya/Obeya.h b/src/Plugins/Hotel/Obeya/Obeya.h
new file mode 100644
index 0000000..2378c9c
--- /dev/null
+++ b/src/Plugins/Hotel/Obeya/Obeya.h
@@ -0,0 +1,5 @@
+#pragma once
+#include "common.h"
+
+class Obeya {
+};
diff --git a/src/Plugins/Hotel/Obeya/ObeyaDef.cpp b/src/Plugins/Hotel/Obeya/ObeyaDef.cpp
new file mode 100644
index 0000000..6ed0668
--- /dev/null
+++ b/src/Plugins/Hotel/Obeya/ObeyaDef.cpp
@@ -0,0 +1,7 @@
+#include "ObeyaDef.h"
+
+#ifdef _DEBUG
+#define new DEBUG_NEW
+#undef THIS_FILE
+static char THIS_FILE[] = __FILE__;
+#endif
diff --git a/src/Plugins/Hotel/Obeya/ObeyaDef.h b/src/Plugins/Hotel/Obeya/ObeyaDef.h
new file mode 100644
index 0000000..32663eb
--- /dev/null
+++ b/src/Plugins/Hotel/Obeya/ObeyaDef.h
@@ -0,0 +1,5 @@
+#pragma once
+#include "common.h"
+
+class ObeyaDef {
+};
diff --git a/src/Plugins/Hotel/Obeya/ObeyaPlugin.cpp b/src/Plugins/Hotel/Obeya/ObeyaPlugin.cpp
new file mode 100644
index 0000000..fceaddb
--- /dev/null
+++ b/src/Plugins/Hotel/Obeya/ObeyaPlugin.cpp
@@ -0,0 +1,7 @@
+#include "ObeyaPlugin.h"
+
+#ifdef _DEBUG
+#define new DEBUG_NEW
+#undef THIS_FILE
+static char THIS_FILE[] = __FILE__;
+#endif
diff --git a/src/Plugins/Hotel/Obeya/ObeyaPlugin.h b/src/Plugins/Hotel/Obeya/ObeyaPlugin.h
new file mode 100644
index 0000000..a45510d
--- /dev/null
+++ b/src/Plugins/Hotel/Obeya/ObeyaPlugin.h
@@ -0,0 +1,5 @@
+#pragma once
+#include "common.h"
+
+class ObeyaPlugin {
+};