Move code

This commit is contained in:
Uwe Seimet 2023-10-01 21:44:12 +02:00
parent 9738723aaf
commit b3fcf1ed30
3 changed files with 2 additions and 4 deletions

View File

@ -16,6 +16,8 @@
using namespace std;
using namespace piscsi_interface;
using id_set = pair<int, int>;
class Device //NOSONAR The number of fields and methods is justified, the complexity is low
{
const string DEFAULT_VENDOR = "PiSCSI";

View File

@ -18,8 +18,6 @@
using namespace std;
using id_set = pair<int, int>;
class StorageDevice : public ModePageDevice
{
public:

View File

@ -20,8 +20,6 @@ using namespace piscsi_interface;
class PiscsiResponse
{
using id_set = pair<int, int>;
public:
PiscsiResponse() = default;