mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-04 15:53:45 +08:00
refactor: add NonCopyableOrMovableClass to classes that don't need copy ctors
Related-To: NEO-9038 Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
038c287656
commit
72182c28e9
@@ -6,6 +6,8 @@
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include "shared/source/helpers/non_copyable_or_moveable.h"
|
||||
|
||||
#include "level_zero/tools/source/sysman/linux/udev/udev_lib.h"
|
||||
#include "level_zero/tools/source/sysman/os_sysman_driver.h"
|
||||
|
||||
@@ -14,7 +16,7 @@ namespace L0 {
|
||||
class LinuxEventsUtil;
|
||||
struct SysmanDeviceImp;
|
||||
|
||||
class LinuxSysmanDriverImp : public OsSysmanDriver {
|
||||
class LinuxSysmanDriverImp : public OsSysmanDriver, NEO::NonCopyableOrMovableClass {
|
||||
public:
|
||||
LinuxSysmanDriverImp();
|
||||
~LinuxSysmanDriverImp() override;
|
||||
|
||||
Reference in New Issue
Block a user