aboutsummaryrefslogtreecommitdiffstats
path: root/storage/src/tests/distributor/maintenancemocks.cpp
blob: e942a3889c148c949115b79e47785d9c9f3cb516 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.

#include "maintenancemocks.h"

namespace storage::distributor {

MockOperationStarter::MockOperationStarter() noexcept
    : _shouldStart(true)
{}

MockOperationStarter::~MockOperationStarter() = default;

}