summaryrefslogtreecommitdiff
path: root/src/mongo/bson/bsonobj.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/bson/bsonobj.h')
-rw-r--r--src/mongo/bson/bsonobj.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mongo/bson/bsonobj.h b/src/mongo/bson/bsonobj.h
index 1a51b370678..a0088c8b70d 100644
--- a/src/mongo/bson/bsonobj.h
+++ b/src/mongo/bson/bsonobj.h
@@ -265,6 +265,12 @@ public:
BSONObj copy() const;
/**
+ * If the data buffer is not under the control of this BSONObj, allocate
+ * a separate copy and make this object a fully owned one.
+ */
+ void makeOwned();
+
+ /**
* @return a new full (and owned) redacted copy of the object.
*/
BSONObj redact(bool onlyEncryptedFields = false) const;