aboutsummaryrefslogtreecommitdiff
path: root/container
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-01-19 12:10:21 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-01-19 12:10:21 +0200
commitfab1f3a375037e0a1ab8541e2ce4728fe4b83cc5 (patch)
treeaf867df712f2247f7622753c7836ba3a351244a5 /container
parent17d96bd351d0db6760706f2620b25353f1883ddd (diff)
Cosmetic changes
Diffstat (limited to 'container')
-rw-r--r--container/README6
1 files changed, 3 insertions, 3 deletions
diff --git a/container/README b/container/README
index 1af3f7b..c82e85d 100644
--- a/container/README
+++ b/container/README
@@ -27,9 +27,9 @@ database.hxx
driver.cxx
Driver for the example. It includes the person.hxx and person-odb.hxx
- headers to gain access to the 'person' class and the database support
- code for this class. It also includes database.hxx for the
- create_database() function declaration.
+ headers to gain access to the persistent classes and their database support
+ code. It also includes database.hxx for the create_database() function
+ declaration.
In main() the driver first calls create_database() to obtain the database
instance. It then persists a 'person' object, loads it back, and prints the