aboutsummaryrefslogtreecommitdiff
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
parent17d96bd351d0db6760706f2620b25353f1883ddd (diff)
Cosmetic changes
-rw-r--r--composite/README6
-rw-r--r--container/README6
-rw-r--r--hello/README6
-rw-r--r--inverse/README6
-rw-r--r--mapping/README6
-rw-r--r--query/README6
-rw-r--r--relationship/README6
7 files changed, 21 insertions, 21 deletions
diff --git a/composite/README b/composite/README
index fc508bb..b73fa15 100644
--- a/composite/README
+++ b/composite/README
@@ -31,9 +31,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 and updates its
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
diff --git a/hello/README b/hello/README
index 97a15b4..1eb36be 100644
--- a/hello/README
+++ b/hello/README
@@ -29,9 +29,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. Then it executes a number of database transactions on persistent
diff --git a/inverse/README b/inverse/README
index 2c89c62..a1c1a64 100644
--- a/inverse/README
+++ b/inverse/README
@@ -41,9 +41,9 @@ database.hxx
driver.cxx
Driver for the example. It includes the employee.hxx and employee-odb.hxx
- headers to gain access to the 'employee' 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 creates a number of 'employee', 'employer', 'position',
diff --git a/mapping/README b/mapping/README
index fffadcb..6f8054e 100644
--- a/mapping/README
+++ b/mapping/README
@@ -42,9 +42,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 number of 'person' objects in the database
diff --git a/query/README b/query/README
index db25ce8..c7d8d7a 100644
--- a/query/README
+++ b/query/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 number of 'person' objects in the database
diff --git a/relationship/README b/relationship/README
index c7eacf3..6400960 100644
--- a/relationship/README
+++ b/relationship/README
@@ -37,9 +37,9 @@ database.hxx
driver.cxx
Driver for the example. It includes the employee.hxx and employee-odb.hxx
- headers to gain access to the 'employee' 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 creates a number of 'employee', 'employer', and 'project'