--- nono/host/hostdevice.h 2026/04/29 17:05:26 1.1.1.4 +++ nono/host/hostdevice.h 2026/04/29 17:05:39 1.1.1.6 @@ -28,11 +28,11 @@ class HostDevice : public ThreadDevice static const int LISTEN_SOCKET = 3; // 待受ソケット着信 protected: - HostDevice(Device *parent_, int objid_); + HostDevice(Device *parent_, uint objid_); public: ~HostDevice() override; - bool Init() override; + bool Create2() override; void Terminate() override;