aboutsummaryrefslogtreecommitdiff
path: root/odb/vector-impl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/vector-impl.cxx')
-rw-r--r--odb/vector-impl.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/odb/vector-impl.cxx b/odb/vector-impl.cxx
index 9fd38f3..725841e 100644
--- a/odb/vector-impl.cxx
+++ b/odb/vector-impl.cxx
@@ -191,7 +191,7 @@ namespace odb
{
if (x.tran_ != 0)
{
- x.tran_->unregister (&x);
+ x.tran_->callback_unregister (&x);
_arm (*x.tran_);
}
}
@@ -214,13 +214,13 @@ namespace odb
transaction* t (x.tran_);
if (tran_ != 0)
{
- tran_->unregister (this);
+ tran_->callback_unregister (this);
x._arm (*tran_);
}
if (t != 0)
{
- t->unregister (&x);
+ t->callback_unregister (&x);
_arm (*t);
}