summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/drop_collection.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/catalog/drop_collection.h')
-rw-r--r--src/mongo/db/catalog/drop_collection.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/src/mongo/db/catalog/drop_collection.h b/src/mongo/db/catalog/drop_collection.h
index a12f5e8419c..c62b2c376c5 100644
--- a/src/mongo/db/catalog/drop_collection.h
+++ b/src/mongo/db/catalog/drop_collection.h
@@ -29,15 +29,15 @@
#include "mongo/base/status.h"
namespace mongo {
- class BSONObjBuilder;
- class NamespaceString;
- class OperationContext;
+class BSONObjBuilder;
+class NamespaceString;
+class OperationContext;
- /**
- * Drops the collection "collectionName" and populates "result" with statistics about what
- * was removed.
- */
- Status dropCollection(OperationContext* txn,
- const NamespaceString& collectionName,
- BSONObjBuilder& result);
-} // namespace mongo
+/**
+ * Drops the collection "collectionName" and populates "result" with statistics about what
+ * was removed.
+ */
+Status dropCollection(OperationContext* txn,
+ const NamespaceString& collectionName,
+ BSONObjBuilder& result);
+} // namespace mongo