summaryrefslogtreecommitdiff
path: root/project2/sql
diff options
context:
space:
mode:
authorrandomdan <randomdan@localhost>2014-01-04 18:52:36 +0000
committerrandomdan <randomdan@localhost>2014-01-04 18:52:36 +0000
commit75ad5d45cce54c8208869c97a613f43a65b1dbf4 (patch)
tree33268bd0b09e649e66f52cd7b8df2694b5881a65 /project2/sql
parentTidy up the code for adding a help option (diff)
downloadproject2-75ad5d45cce54c8208869c97a613f43a65b1dbf4.tar.bz2
project2-75ad5d45cce54c8208869c97a613f43a65b1dbf4.tar.xz
project2-75ad5d45cce54c8208869c97a613f43a65b1dbf4.zip
Explicit instantiations of instance store/map/set to avoid multiple instantiatation in different compilation units
Diffstat (limited to 'project2/sql')
-rw-r--r--project2/sql/connectionLoader.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/project2/sql/connectionLoader.cpp b/project2/sql/connectionLoader.cpp
new file mode 100644
index 0000000..671fafc
--- /dev/null
+++ b/project2/sql/connectionLoader.cpp
@@ -0,0 +1,5 @@
+#include "connectionLoader.h"
+#include "instanceStore.impl.h"
+
+INSTANTIATESTORE(std::string, ConnectionLoader);
+