diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2014-03-19 13:34:28 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2014-03-19 13:34:28 +0200 |
commit | 64f4a73db29753d8117197338a4bbc466cbd8597 (patch) | |
tree | ffebc93098486a64127f52551ea4d0f50667f065 | |
parent | a0cfc5f05802333db4a66a940e7e2769ed440583 (diff) |
Export pooled_connection class
It can be used by derived connection factories.
-rw-r--r-- | odb/pgsql/connection-factory.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/pgsql/connection-factory.hxx b/odb/pgsql/connection-factory.hxx index 7d785f2..4217962 100644 --- a/odb/pgsql/connection-factory.hxx +++ b/odb/pgsql/connection-factory.hxx @@ -108,7 +108,7 @@ namespace odb connection_pool_factory& operator= (const connection_pool_factory&); protected: - class pooled_connection: public connection + class LIBODB_PGSQL_EXPORT pooled_connection: public connection { public: pooled_connection (database_type&); |