AcquisitionDevice: Remove copy constructor/assignment operator
This commit is contained in:
@@ -87,6 +87,9 @@ protected:
|
||||
void UnmapBuffers();
|
||||
void MapBuffersStandard(size_t c2h_buffer_count, size_t h2c_buffer_count, int16_t numa_node);
|
||||
public:
|
||||
AcquisitionDevice(const AcquisitionDevice &other) = delete;
|
||||
AcquisitionDevice &operator=(const AcquisitionDevice &other) = delete;
|
||||
|
||||
static constexpr const uint64_t HandleNotValid = UINT64_MAX;
|
||||
|
||||
virtual ~AcquisitionDevice() { UnmapBuffers(); };
|
||||
|
||||
Reference in New Issue
Block a user