aboutsummaryrefslogtreecommitdiff
path: root/backend/LocationFactory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'backend/LocationFactory.cpp')
-rw-r--r--backend/LocationFactory.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/backend/LocationFactory.cpp b/backend/LocationFactory.cpp
new file mode 100644
index 0000000..98a0cd8
--- /dev/null
+++ b/backend/LocationFactory.cpp
@@ -0,0 +1,6 @@
+#include "LocationFactory.h"
+
+Location * LocationFactory::create_location() {
+ return new Location();
+}
+