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/traits.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'odb/traits.hxx') diff --git a/odb/traits.hxx b/odb/traits.hxx index bfdcf71..c242e50 100644 --- a/odb/traits.hxx +++ b/odb/traits.hxx @@ -23,7 +23,7 @@ namespace odb // id_type id (const T&) - get object id // // void persist (database&, T&) - // void store (database&, T&) + // void update (database&, T&) // void erase (database&, const id_type&) // pointer_type find (database&, const id_type&) // bool find (database&, const id_type&, T&) -- cgit v1.1