diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-01-26 19:17:00 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-01-26 19:17:00 +0100 |
| commit | dd192787a70a973f2474720aea49af3f6ddabb7a (patch) | |
| tree | 6405e001c3b8eaf65e2b964d9917de0767914c0e /NetworkKit | |
| parent | 5b972c4818f5bbcff5537c1fc3866f548647a3ef (diff) | |
h-core: Breaking kernel changes, IDevice becomes DeviceInterface, the
UPT is Read Only by default.
DebugManager allocates space for users by default (for a debug message)
Update PEF enum kPefArch.
Move Seeker into the /Services directory.
Complete merge of SupportKit to KernelKit.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'NetworkKit')
| -rw-r--r-- | NetworkKit/NetworkDevice.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NetworkKit/NetworkDevice.hpp b/NetworkKit/NetworkDevice.hpp index fd6b1d2b..ce4361a9 100644 --- a/NetworkKit/NetworkDevice.hpp +++ b/NetworkKit/NetworkDevice.hpp @@ -17,7 +17,7 @@ namespace hCore { struct NetworkDeviceCommand; - class NetworkDevice final : public IDevice<NetworkDeviceCommand> + class NetworkDevice final : public DeviceInterface<NetworkDeviceCommand> { public: NetworkDevice(void(*out)(NetworkDeviceCommand), void(*in)(NetworkDeviceCommand), |
