summaryrefslogtreecommitdiff
path: root/src/mongo/s/query/cluster_client_cursor_mock.h
diff options
context:
space:
mode:
authorA. Jesse Jiryu Davis <jesse@mongodb.com>2020-05-07 13:11:37 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-05-07 17:25:48 +0000
commitb17baeb4a77d8400e0283db06ae3a959e05b2560 (patch)
tree5a2a17ba72af56349fcfe79d3ae03ad6f9b0ae1c /src/mongo/s/query/cluster_client_cursor_mock.h
parentdd5aab7183ab8342d6c3bd664932dc32d43050a6 (diff)
downloadmongo-b17baeb4a77d8400e0283db06ae3a959e05b2560.tar.gz
SERVER-47690 Snapshot reads via mongos
Diffstat (limited to 'src/mongo/s/query/cluster_client_cursor_mock.h')
-rw-r--r--src/mongo/s/query/cluster_client_cursor_mock.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mongo/s/query/cluster_client_cursor_mock.h b/src/mongo/s/query/cluster_client_cursor_mock.h
index c86f66315b6..f72551a24da 100644
--- a/src/mongo/s/query/cluster_client_cursor_mock.h
+++ b/src/mongo/s/query/cluster_client_cursor_mock.h
@@ -92,6 +92,8 @@ public:
boost::optional<ReadPreferenceSetting> getReadPreference() const final;
+ boost::optional<ReadConcernArgs> getReadConcern() const final;
+
Date_t getCreatedDate() const final;
Date_t getLastUseDate() const final;