--- nono/host/hostdevice.h 2026/04/29 17:05:21 1.1.1.3 +++ nono/host/hostdevice.h 2026/04/29 17:05:39 1.1.1.6 @@ -26,14 +26,13 @@ class HostDevice : public ThreadDevice static const int DATA_FROM_VM = 1; // VM からの着信 static const int DATA_FROM_OUTER = 2; // 外部からの着信 static const int LISTEN_SOCKET = 3; // 待受ソケット着信 - static const int DATA_FROM_SIGNAL = 4; // シグナル受信 protected: - HostDevice(Device *parent_, int objid_); + HostDevice(Device *parent_, uint objid_); public: - virtual ~HostDevice() override; + ~HostDevice() override; - bool Init() override; + bool Create2() override; void Terminate() override;