diff options
author | Sara Golemon <sara.golemon@mongodb.com> | 2017-12-08 12:36:15 -0500 |
---|---|---|
committer | Sara Golemon <sara.golemon@mongodb.com> | 2017-12-08 12:38:07 -0500 |
commit | 044a9aae94eb15fd28d3d0ada0d5785404d47258 (patch) | |
tree | 4377bcf4036bfe6a30aa67347d8422ce7d9e3d08 | |
parent | 6b83a8d0c1fb1b797b9770923ffdbf3c6028efc0 (diff) | |
download | mongo-044a9aae94eb15fd28d3d0ada0d5785404d47258.tar.gz |
SERVER-29476 Fix ODR violation in fetcher
-rw-r--r-- | src/mongo/client/fetcher.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mongo/client/fetcher.h b/src/mongo/client/fetcher.h index 920e38ae8ed..63a70e4f929 100644 --- a/src/mongo/client/fetcher.h +++ b/src/mongo/client/fetcher.h @@ -50,6 +50,7 @@ namespace mongo { class Fetcher { MONGO_DISALLOW_COPYING(Fetcher); + using RemoteCommandRequest = executor::RemoteCommandRequest; public: /** @@ -196,8 +197,6 @@ public: State getState_forTest() const; private: - using RemoteCommandRequest = executor::RemoteCommandRequest; - bool _isActive_inlock() const; /** |