aboutsummaryrefslogtreecommitdiff
path: root/odb/tracer/database.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-09-28 20:14:08 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-09-28 20:14:08 +0200
commitf68dfee37ed94636e63286c81e8828387356fc61 (patch)
treed75f6db36c64b68465714fd5c168dacac9f861ab /odb/tracer/database.hxx
parentf12bd8448160f46e644cbac4fa92879f9dbdbe7a (diff)
Rename begin_transaction() to begin()
Diffstat (limited to 'odb/tracer/database.hxx')
-rw-r--r--odb/tracer/database.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/tracer/database.hxx b/odb/tracer/database.hxx
index 963eb7a..90d6b65 100644
--- a/odb/tracer/database.hxx
+++ b/odb/tracer/database.hxx
@@ -24,7 +24,7 @@ namespace odb
~database ();
virtual transaction_impl*
- begin_transaction ();
+ begin ();
};
}
}