aboutsummaryrefslogtreecommitdiff
path: root/odb/oracle/connection.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/oracle/connection.hxx')
-rw-r--r--odb/oracle/connection.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/odb/oracle/connection.hxx b/odb/oracle/connection.hxx
index 8d0e447..1440c25 100644
--- a/odb/oracle/connection.hxx
+++ b/odb/oracle/connection.hxx
@@ -75,11 +75,11 @@ namespace odb
return error_;
}
- // statement_cache_type&
- // statement_cache ()
- // {
- // return *statement_cache_;
- // }
+ statement_cache_type&
+ statement_cache ()
+ {
+ return *statement_cache_;
+ }
private:
connection (const connection&);
@@ -95,7 +95,7 @@ namespace odb
auto_handle<OCISvcCtx> handle_;
- // std::auto_ptr<statement_cache_type> statement_cache_;
+ std::auto_ptr<statement_cache_type> statement_cache_;
};
}
}