aboutsummaryrefslogtreecommitdiff
path: root/odb/vector-impl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/vector-impl.hxx')
-rw-r--r--odb/vector-impl.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/odb/vector-impl.hxx b/odb/vector-impl.hxx
index 819062d..55b3103 100644
--- a/odb/vector-impl.hxx
+++ b/odb/vector-impl.hxx
@@ -174,10 +174,10 @@ namespace odb
{
public:
void
- _stop () const {impl_.stop ();}
+ _stop () const;
bool
- _tracking () const {return impl_.tracking ();}
+ _tracking () const;
void
_arm (transaction& t) const;
@@ -191,8 +191,8 @@ namespace odb
vector_base& operator= (const vector_base&);
protected:
- vector_base (): tran_ (0) {}
- ~vector_base () {if (tran_ != 0) tran_->callback_unregister (this);}
+ ~vector_base ();
+ vector_base ();
vector_base (const vector_base&);
#ifdef ODB_CXX11