aboutsummaryrefslogtreecommitdiff
path: root/backend/Location.h
diff options
context:
space:
mode:
Diffstat (limited to 'backend/Location.h')
-rw-r--r--backend/Location.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/backend/Location.h b/backend/Location.h
new file mode 100644
index 0000000..94c3eac
--- /dev/null
+++ b/backend/Location.h
@@ -0,0 +1,9 @@
+#pragma once
+
+class Location {
+protected:
+ Location();
+ virtual ~Location();
+ friend class LocationFactory;
+
+};