summaryrefslogtreecommitdiff
path: root/src/mongo/db/dbdirectclient.h
diff options
context:
space:
mode:
authorVesselina Ratcheva <vesselina.ratcheva@mongodb.com>2019-10-07 20:11:46 +0000
committerevergreen <evergreen@mongodb.com>2019-10-07 20:11:46 +0000
commit8784ad77c5a1e2327c5c0b9f50343e0186f6bfab (patch)
tree32180abaaab0be6d8eda0c35d74aba6d1a213e54 /src/mongo/db/dbdirectclient.h
parent7538504cb584720c2cbbc6d44ea62d0743b41fcf (diff)
downloadmongo-8784ad77c5a1e2327c5c0b9f50343e0186f6bfab.tar.gz
SERVER-43273 Add UUID support to count and getIndexSpecs in DBClient
Diffstat (limited to 'src/mongo/db/dbdirectclient.h')
-rw-r--r--src/mongo/db/dbdirectclient.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/dbdirectclient.h b/src/mongo/db/dbdirectclient.h
index c700baf3d8f..544d1801bcf 100644
--- a/src/mongo/db/dbdirectclient.h
+++ b/src/mongo/db/dbdirectclient.h
@@ -81,7 +81,7 @@ public:
virtual void say(Message& toSend, bool isRetry = false, std::string* actualServer = nullptr);
- virtual unsigned long long count(const std::string& ns,
+ virtual unsigned long long count(const NamespaceStringOrUUID nsOrUuid,
const BSONObj& query = BSONObj(),
int options = 0,
int limit = 0,