diff options
Diffstat (limited to 'odb-examples/view/README')
-rw-r--r-- | odb-examples/view/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/odb-examples/view/README b/odb-examples/view/README index ef47dfe..1ea1842 100644 --- a/odb-examples/view/README +++ b/odb-examples/view/README @@ -29,9 +29,9 @@ employee.sql Where <database> stands for the database system we are using, for example, 'mysql'. - The --default-pointer option is used to make shared_ptr the default object - pointer. The --generate-session option is used to enable session support - for all the objects which is required to use object loading views. + The --default-pointer option is used to make std::shared_ptr the default + object pointer. The --generate-session option is used to enable session + support for all the objects which is required to use object loading views. database.hxx Contains the create_database() function which instantiates the concrete |