diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-01-19 12:10:21 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-01-19 12:10:21 +0200 |
commit | fab1f3a375037e0a1ab8541e2ce4728fe4b83cc5 (patch) | |
tree | af867df712f2247f7622753c7836ba3a351244a5 /inverse/README | |
parent | 17d96bd351d0db6760706f2620b25353f1883ddd (diff) |
Cosmetic changes
Diffstat (limited to 'inverse/README')
-rw-r--r-- | inverse/README | 6 |
1 files changed, 3 insertions, 3 deletions
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', |