mirror of
https://github.com/XRPLF/clio.git
synced 2025-12-06 17:27:58 +00:00
@@ -27,11 +27,12 @@ using namespace ::testing;
|
||||
|
||||
namespace {
|
||||
struct FakeStopToken {
|
||||
bool isStopRequested_ = false;
|
||||
bool stopRequested = false;
|
||||
|
||||
bool
|
||||
isStopRequested() const
|
||||
{
|
||||
return isStopRequested_;
|
||||
return stopRequested;
|
||||
}
|
||||
};
|
||||
} // namespace
|
||||
|
||||
Reference in New Issue
Block a user