...
This commit is contained in:
@@ -47,6 +47,13 @@ public:
|
||||
}
|
||||
|
||||
|
||||
AdcDeviceCommand(const AdcDeviceCommand&) = default;
|
||||
AdcDeviceCommand(AdcDeviceCommand&&) = default;
|
||||
|
||||
AdcDeviceCommand& operator=(const AdcDeviceCommand&) = default;
|
||||
AdcDeviceCommand& operator=(AdcDeviceCommand&&) = default;
|
||||
|
||||
|
||||
virtual ~AdcDeviceCommand() = default;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user