summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/refresh_sessions_command_internal.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/commands/refresh_sessions_command_internal.cpp')
-rw-r--r--src/mongo/db/commands/refresh_sessions_command_internal.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mongo/db/commands/refresh_sessions_command_internal.cpp b/src/mongo/db/commands/refresh_sessions_command_internal.cpp
index be1f8b3f8b6..aa3ebb4b194 100644
--- a/src/mongo/db/commands/refresh_sessions_command_internal.cpp
+++ b/src/mongo/db/commands/refresh_sessions_command_internal.cpp
@@ -42,7 +42,8 @@
namespace mongo {
class RefreshSessionsCommandInternal final : public BasicCommand {
- MONGO_DISALLOW_COPYING(RefreshSessionsCommandInternal);
+ RefreshSessionsCommandInternal(const RefreshSessionsCommandInternal&) = delete;
+ RefreshSessionsCommandInternal& operator=(const RefreshSessionsCommandInternal&) = delete;
public:
RefreshSessionsCommandInternal() : BasicCommand("refreshSessionsInternal") {}