summaryrefslogtreecommitdiff
path: root/src/mongo/client
diff options
context:
space:
mode:
authorSamyukta Lanka <samy.lanka@mongodb.com>2020-02-04 20:30:47 +0000
committerevergreen <evergreen@mongodb.com>2020-02-04 20:30:47 +0000
commiteac7c6e8efe97299cddbd106d9ea4b2ed90e846d (patch)
tree9eb76c7d25b0852a4bf612ef940d9acfd683c8bd /src/mongo/client
parent52e7950cae37ef3783b05840c04abbbe383fa1ff (diff)
downloadmongo-eac7c6e8efe97299cddbd106d9ea4b2ed90e846d.tar.gz
SERVER-45468 Create a DBClientCursor in the new oplog fetcher
Diffstat (limited to 'src/mongo/client')
-rw-r--r--src/mongo/client/dbclient_connection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/client/dbclient_connection.h b/src/mongo/client/dbclient_connection.h
index 4aa71f9d279..ca8ffc9f5f9 100644
--- a/src/mongo/client/dbclient_connection.h
+++ b/src/mongo/client/dbclient_connection.h
@@ -196,7 +196,7 @@ public:
*
* This is the only method that is allowed to be called from other threads.
*/
- void shutdownAndDisallowReconnect();
+ virtual void shutdownAndDisallowReconnect();
void setWireVersions(int minWireVersion, int maxWireVersion) {
_minWireVersion = minWireVersion;