summaryrefslogtreecommitdiff
path: root/project2/sql/sql-modPQ.cpp
diff options
context:
space:
mode:
authorrandomdan <randomdan@localhost>2012-03-28 00:45:18 +0000
committerrandomdan <randomdan@localhost>2012-03-28 00:45:18 +0000
commit92a59b6138ec870ba17108a0cf29ba1199414fd5 (patch)
treefab37e5dbbfcf23c69b85b4b4151d14e1b87447e /project2/sql/sql-modPQ.cpp
parentA generic variadic template loader (diff)
downloadproject2-92a59b6138ec870ba17108a0cf29ba1199414fd5.tar.bz2
project2-92a59b6138ec870ba17108a0cf29ba1199414fd5.tar.xz
project2-92a59b6138ec870ba17108a0cf29ba1199414fd5.zip
Remove lots of specific implementations and replace them with our new generic loader
Diffstat (limited to 'project2/sql/sql-modPQ.cpp')
-rw-r--r--project2/sql/sql-modPQ.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/project2/sql/sql-modPQ.cpp b/project2/sql/sql-modPQ.cpp
index 5991754..cb753e0 100644
--- a/project2/sql/sql-modPQ.cpp
+++ b/project2/sql/sql-modPQ.cpp
@@ -1,4 +1,4 @@
#include "connectionLoader.h"
#include "../libpqpp/connection.h"
typedef PQ::Connection PQConnection;
-DECLARE_COMPONENT_LOADER("postgresql", PQConnection, ConnectionLoader)
+DECLARE_GENERIC_LOADER("postgresql", ConnectionLoader, PQConnection)