From 4ecaf6e91c2f1107f855c93fc2e0e4efb03c4cb0 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 20 Sep 2010 14:47:07 +0200 Subject: Rename store() to update() --- odb/database.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'odb/database.hxx') diff --git a/odb/database.hxx b/odb/database.hxx index 832c1a6..ab80da4 100644 --- a/odb/database.hxx +++ b/odb/database.hxx @@ -57,11 +57,11 @@ namespace odb bool find (const typename object_traits::id_type& id, T& object); - // Save the state of a modified objects. + // Update the state of a modified objects. // template void - store (T& object); + update (T& object); // Make the object transient. Throw object_not_persistent if not // found. -- cgit v1.1