aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2014-03-19 13:34:28 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2014-03-19 13:34:28 +0200
commit5db1c8284878769c55cfbae254bb880a9fa9bb08 (patch)
tree7d118e0cdce6593d7f6f079276fcc353ebbb9213
parente23c6310c49f460428529c92998615c29a8d20be (diff)
Export pooled_connection class
It can be used by derived connection factories.
-rw-r--r--odb/oracle/connection-factory.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/oracle/connection-factory.hxx b/odb/oracle/connection-factory.hxx
index 5d4b012..386435d 100644
--- a/odb/oracle/connection-factory.hxx
+++ b/odb/oracle/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_ORACLE_EXPORT pooled_connection: public connection
{
public:
pooled_connection (database_type&);