summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/check_quorum_for_config_change_test.cpp
diff options
context:
space:
mode:
authorAndy Schwerin <schwerin@mongodb.com>2015-07-16 13:55:15 -0400
committerAndy Schwerin <schwerin@mongodb.com>2015-07-17 10:20:27 -0400
commita104bc1eab07388a4dc5b9930ecdd355ea93dd87 (patch)
treedafa61a7a1b1d5cb1e38a1c80c067c5ad30b7da2 /src/mongo/db/repl/check_quorum_for_config_change_test.cpp
parentd7e9b92a8117edab8869c132a4f7bfae3d3ff2ff (diff)
downloadmongo-a104bc1eab07388a4dc5b9930ecdd355ea93dd87.tar.gz
SERVER-19001 Move RemoteCommandRequest/RemoteCommandResponse into task_executor_interface library.
Also, move those types into the executor namespace and remove the RemoteCommandRunner interface type.
Diffstat (limited to 'src/mongo/db/repl/check_quorum_for_config_change_test.cpp')
-rw-r--r--src/mongo/db/repl/check_quorum_for_config_change_test.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mongo/db/repl/check_quorum_for_config_change_test.cpp b/src/mongo/db/repl/check_quorum_for_config_change_test.cpp
index cd39fecf18b..475992e83fe 100644
--- a/src/mongo/db/repl/check_quorum_for_config_change_test.cpp
+++ b/src/mongo/db/repl/check_quorum_for_config_change_test.cpp
@@ -64,6 +64,8 @@ namespace repl {
namespace {
using executor::NetworkInterfaceMock;
+using executor::RemoteCommandRequest;
+using executor::RemoteCommandResponse;
class CheckQuorumTest : public mongo::unittest::Test {
protected: