summaryrefslogtreecommitdiff
path: root/libpqpp
diff options
context:
space:
mode:
authorDan Goodliffe <daniel.goodliffe@pressassociation.com>2017-01-03 14:39:41 +0000
committerDan Goodliffe <daniel.goodliffe@pressassociation.com>2017-01-03 14:39:41 +0000
commit0239be3f9d39e950cd660890e802a27575144690 (patch)
tree72a1d0a567af49bceedd51a033d9705ed2809f3f /libpqpp
parentAdd missing default value in execute override (diff)
downloadlibdbpp-postgresql-0239be3f9d39e950cd660890e802a27575144690.tar.bz2
libdbpp-postgresql-0239be3f9d39e950cd660890e802a27575144690.tar.xz
libdbpp-postgresql-0239be3f9d39e950cd660890e802a27575144690.zip
Add missing PQ connection specific typedef
Diffstat (limited to 'libpqpp')
-rw-r--r--libpqpp/pq-connection.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libpqpp/pq-connection.h b/libpqpp/pq-connection.h
index da20277..dee1117 100644
--- a/libpqpp/pq-connection.h
+++ b/libpqpp/pq-connection.h
@@ -49,6 +49,7 @@ namespace PQ {
mutable unsigned int pstmntNo;
};
+ typedef boost::shared_ptr<Connection> ConnectionPtr;
}
#endif