9 lines
200 B
C++
9 lines
200 B
C++
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
/*
|
|
* Copyright (C) 2023 Thomas Basler and others
|
|
*/
|
|
#include "HMS_Abstract.h"
|
|
|
|
HMS_Abstract::HMS_Abstract(uint64_t serial)
|
|
: HM_Abstract(serial) {};
|