diff options
author | Dwight <dmerriman@gmail.com> | 2009-02-06 13:29:57 -0500 |
---|---|---|
committer | Dwight <dmerriman@gmail.com> | 2009-02-06 13:29:57 -0500 |
commit | 94f125e8552d580b4f3038153b52f3e2ec1025d0 (patch) | |
tree | fafe3255abf38276adcd90f8ca9613b1781f1523 /client/gridfs.h | |
parent | 75712322a1efbdfdf873e4a4bb26ac1111b04899 (diff) | |
download | mongo-94f125e8552d580b4f3038153b52f3e2ec1025d0.tar.gz |
new pagewriter
File class
sleepmillis fixed
Diffstat (limited to 'client/gridfs.h')
-rw-r--r-- | client/gridfs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/gridfs.h b/client/gridfs.h index 73297e13231..866513757d9 100644 --- a/client/gridfs.h +++ b/client/gridfs.h @@ -88,7 +88,7 @@ namespace mongo { }; /** - wrapper for a file stored in grids + wrapper for a file stored in the Mongo database */ class GridFile { public: |