summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/collection_catalog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/catalog/collection_catalog.h')
-rw-r--r--src/mongo/db/catalog/collection_catalog.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mongo/db/catalog/collection_catalog.h b/src/mongo/db/catalog/collection_catalog.h
index dbf3db5956a..83d6abb47fe 100644
--- a/src/mongo/db/catalog/collection_catalog.h
+++ b/src/mongo/db/catalog/collection_catalog.h
@@ -523,11 +523,17 @@ public:
/**
* Removes an existing ResourceId 'rid' with namespace 'entry' from the map.
+ *
+ * TODO SERVER-67442 Create versions of removeResource that take in NamespaceString and
+ * DatabaseName and make the method that takes in a string private.
*/
void removeResource(const ResourceId& rid, const std::string& entry);
/**
* Inserts a new ResourceId 'rid' into the map with namespace 'entry'.
+ *
+ * TODO SERVER-67442 Create versions of addResource that take in NamespaceString and
+ * DatabaseName and make the method that takes in a string private.
*/
void addResource(const ResourceId& rid, const std::string& entry);