2018-06-28 14:51:44 +08:00
|
|
|
/*
|
2018-09-18 15:11:08 +08:00
|
|
|
* Copyright (C) 2018 Intel Corporation
|
2018-06-28 14:51:44 +08:00
|
|
|
*
|
2018-09-18 15:11:08 +08:00
|
|
|
* SPDX-License-Identifier: MIT
|
2018-06-28 14:51:44 +08:00
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include "unit_tests/mocks/mock_async_event_handler.h"
|
|
|
|
namespace MockAsyncEventHandlerGlobals {
|
|
|
|
bool destructorCalled = false;
|
|
|
|
}
|