summaryrefslogtreecommitdiff
path: root/client/model.h
diff options
context:
space:
mode:
authorAaron <aaron@10gen.com>2009-02-10 11:21:39 -0500
committerAaron <aaron@10gen.com>2009-02-10 11:21:39 -0500
commitae69ee27a3d85e26f667eba22e5e17f3e4d90a08 (patch)
treedf851113db82cc0738c3c453ce3902a8833c07ca /client/model.h
parentea431a83dc8d09ec585feee94e1b2f5b62cce1fe (diff)
parenta86d713f233c8f629517acac0668ff99a9c8bb70 (diff)
downloadmongo-ae69ee27a3d85e26f667eba22e5e17f3e4d90a08.tar.gz
Merge branch 'master' of ssh://aaron@git.10gen.com/data/gitroot/p
Diffstat (limited to 'client/model.h')
-rw-r--r--client/model.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/model.h b/client/model.h
index 3b565701ff9..3437d3bdd5e 100644
--- a/client/model.h
+++ b/client/model.h
@@ -25,11 +25,11 @@ namespace mongo {
/** Model is a base class for defining objects which are serializable to the Mongo
database via the database driver.
- *Definition*
+ Definition
Your serializable class should inherit from Model and implement the abstract methods
below.
- *Loading*
+ Loading
To load, first construct an (empty) object. Then call load(). Do not load an object
more than once.
*/