summaryrefslogtreecommitdiff
path: root/src/T2DLL/T2RegistedTenantIterator.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/T2DLL/T2RegistedTenantIterator.cpp13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/T2DLL/T2RegistedTenantIterator.cpp b/src/T2DLL/T2RegistedTenantIterator.cpp
new file mode 100644
index 0000000..ee47955
--- /dev/null
+++ b/src/T2DLL/T2RegistedTenantIterator.cpp
@@ -0,0 +1,13 @@
+#include "T2RegistedTenantIterator.h"
+
+T2RegistedTenantIterator::T2RegistedTenantIterator(const T2RegistedTenantDB*, unsigned int, const T2RouteNavigator*, POINT) {
+}
+
+T2RegistedTenantIterator::~T2RegistedTenantIterator() {
+}
+
+int T2RegistedTenantIterator::Next(T2Tenant*&) {
+}
+
+int T2RegistedTenantIterator::NextJob(T2Tenant*&) {
+}