Publish LumaOps source
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
/*---------------------------------------------------------*\
|
||||
| DeviceGuard.cpp |
|
||||
| |
|
||||
| An abstract interface for acquiring and releasing |
|
||||
| a guard on a device, serving as a foundation for |
|
||||
| implementing device-specific synchronization mechanisms |
|
||||
| |
|
||||
| Evan Mulawski 09 May 2023 |
|
||||
| |
|
||||
| This file is part of the OpenRGB project |
|
||||
| SPDX-License-Identifier: GPL-2.0-or-later |
|
||||
\*---------------------------------------------------------*/
|
||||
|
||||
#include "DeviceGuard.h"
|
||||
|
||||
DeviceGuard::DeviceGuard()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
DeviceGuard::~DeviceGuard()
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user