summaryrefslogtreecommitdiff
path: root/src/mongo/client/dbclient_rs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/client/dbclient_rs.h')
-rw-r--r--src/mongo/client/dbclient_rs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mongo/client/dbclient_rs.h b/src/mongo/client/dbclient_rs.h
index 282479b00f5..7bcd2cc2eeb 100644
--- a/src/mongo/client/dbclient_rs.h
+++ b/src/mongo/client/dbclient_rs.h
@@ -531,6 +531,8 @@ namespace mongo {
const BSONObj& queryObj,
int queryOptions );
+ virtual void setRunCommandHook(DBClientWithCommands::RunCommandHookFunc func);
+
protected:
/** Authorize. Authorizes all nodes as needed
*/