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 | 5db1c8284878769c55cfbae254bb880a9fa9bb08 (patch) | |
tree | 7d118e0cdce6593d7f6f079276fcc353ebbb9213 | |
parent | e23c6310c49f460428529c92998615c29a8d20be (diff) |
Export pooled_connection class
It can be used by derived connection factories.
-rw-r--r-- | odb/oracle/connection-factory.hxx | 2 |
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&); |