aboutsummaryrefslogtreecommitdiff
path: root/odb/traits.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-09-20 14:47:07 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-09-20 14:47:07 +0200
commit4ecaf6e91c2f1107f855c93fc2e0e4efb03c4cb0 (patch)
treeab8653c349c5d2b459278cdd77ff5a3249ad643f /odb/traits.hxx
parent1be330551017742b923b324ea4534e592f43397e (diff)
Rename store() to update()
Diffstat (limited to 'odb/traits.hxx')
-rw-r--r--odb/traits.hxx2
1 files changed, 1 insertions, 1 deletions
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&)