summaryrefslogtreecommitdiff
path: root/db/commands.h
diff options
context:
space:
mode:
authorDwight <dmerriman@gmail.com>2008-10-22 16:56:39 -0400
committerDwight <dmerriman@gmail.com>2008-10-22 16:56:39 -0400
commit13480027d90f8b2da17e099cadaeaa22c04a3be1 (patch)
tree4ce11f8862155764e67b75f3e3275a9a649c6ec0 /db/commands.h
parent0aef80f8cc9607db79fbc491d46b054f7504e205 (diff)
downloadmongo-13480027d90f8b2da17e099cadaeaa22c04a3be1.tar.gz
reorganize commands code for dbgrid
Diffstat (limited to 'db/commands.h')
-rw-r--r--db/commands.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/db/commands.h b/db/commands.h
index 056f779f1f6..5b55a5feceb 100644
--- a/db/commands.h
+++ b/db/commands.h
@@ -17,7 +17,11 @@
#pragma once
+class BSONObj;
+class BSONObjBuilder;
+
// db "commands" (sent via db.$cmd.findOne(...))
+// subclass to make a command.
class Command {
public:
string name;