/*
* Copyright (C) 2018 Intel Corporation
*
* SPDX-License-Identifier: MIT
*/
#include "unit_tests/mocks/mock_async_event_handler.h"
namespace MockAsyncEventHandlerGlobals {
bool destructorCalled = false;
}