diff options
Diffstat (limited to 'odb/oracle/object-result.hxx')
-rw-r--r-- | odb/oracle/object-result.hxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/odb/oracle/object-result.hxx b/odb/oracle/object-result.hxx index 91683de..76335d4 100644 --- a/odb/oracle/object-result.hxx +++ b/odb/oracle/object-result.hxx @@ -59,6 +59,8 @@ namespace odb using base_type::current; private: + typedef oracle::change_callback change_callback_type; + static void change_callback (void* context); @@ -103,6 +105,8 @@ namespace odb using base_type::current; private: + typedef oracle::change_callback change_callback_type; + static void change_callback (void* context); |