12 lines
No EOL
151 B
C++
12 lines
No EOL
151 B
C++
#include "GnsPort.hpp"
|
|
|
|
|
|
namespace gns {
|
|
|
|
|
|
GnsPort::GnsPort(const std::optional<std::string>& mac_address) {
|
|
this->mac_address = mac_address;
|
|
}
|
|
|
|
|
|
} |