From a82a07719d3df95ea6b7a569b9ffd854e12d2554 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 22 Jul 2010 14:30:45 +0200 Subject: Rename insert and update to persist and store in traits --- odb/traits.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'odb/traits.hxx') diff --git a/odb/traits.hxx b/odb/traits.hxx index 50d87eb..8aee00c 100644 --- a/odb/traits.hxx +++ b/odb/traits.hxx @@ -27,8 +27,8 @@ namespace odb // id_source - object id (primary key) source // id_type id (const T&) - get object id // - // void insert (database&, T&) - // void update (database&, T&) + // void persist (database&, T&) + // void store (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