From 011140b688ec6e5401b98408abef2d73a2e38425 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 28 Feb 2013 07:18:46 +0200 Subject: Proofreading fixes --- doc/manual.xhtml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/manual.xhtml b/doc/manual.xhtml index fcebdf6..5488f57 100644 --- a/doc/manual.xhtml +++ b/doc/manual.xhtml @@ -19828,7 +19828,7 @@ odb --profile boost/date-time ... (Section 3.14, "ODB Exceptions"). The odb::boost::exception class is defined in the <odb/boost/exception.hxx> header file and has the - same interface as odb::exception. The concrete exceptions + same interface as odb::exception. Concrete exceptions that can be thrown by the Boost sub-profiles are described in the following sections.

@@ -19866,7 +19866,7 @@ class person counterparts for the above pointers: odb::boost::lazy_shared_ptr and odb::boost::lazy_weak_ptr. You will need to include the <odb/boost/lazy-ptr.hxx> header file to make the lazy - variants available in your application. For the description of the lazy + variants available in your application. For a description of the lazy pointer interface and semantics refer to Section 6.4, "Lazy Pointers". The following example shows how we can use these smart pointers to establish a relationship between persistent objects.

@@ -19912,9 +19912,9 @@ class employee

The supported containers are boost::unordered_set, boost::unordered_map, boost::unordered_multiset, and boost::unordered_multimap. For more information on using - the set and multiset containers with ODB refer to Section + the set and multiset containers with ODB, refer to Section 5.2, "Set and Multiset Containers". For more information on using the - map and multimap containers with ODB refer to Section + map and multimap containers with ODB, refer to Section 5.3, "Map and Multimap Containers". The following example shows how the unordered_set container may be used within a persistent object.

@@ -20079,7 +20079,7 @@ class person }; -

The concrete exceptions that can be thrown by the date-time +

Concrete exceptions that can be thrown by the date-time sub-profile implementation are presented below.

@@ -20603,7 +20603,7 @@ class object (Section 3.14, "ODB Exceptions"). The odb::qt::exception class is defined in the <odb/qt/exception.hxx> header file and has the - same interface as odb::exception. The concrete exceptions + same interface as odb::exception. Concrete exceptions that can be thrown by the Qt sub-profiles are described in the following sections.

@@ -20966,7 +20966,7 @@ class person counterparts for the above pointers: QLazySharedPointer and QLazyWeakPointer. You will need to include the <odb/qt/lazy-ptr.hxx> header file to make the lazy - variants available in your application. For the description of the lazy + variants available in your application. For a description of the lazy pointer interface and semantics refer to Section 6.4, "Lazy Pointers". The following example shows how we can use these smart pointers to establish a relationship between persistent objects.

@@ -21014,7 +21014,7 @@ class Employee containers are QMap, QMultiMap, QHash, and QMultiHash. The supported set container is QSet. For more information on using - containers with ODB refer to Chapter 5, "Containers". + containers with ODB, refer to Chapter 5, "Containers". The following example shows how the QSet container may be used within a persistent object.

-- cgit v1.1