1
0
mirror of https://github.com/TomHarte/CLK.git synced 2026-04-25 11:17:26 +00:00

Simplify namespace syntax.

This commit is contained in:
Thomas Harte
2023-05-10 16:02:18 -05:00
parent 25a245e35c
commit 2b56b7be0d
271 changed files with 291 additions and 1024 deletions
+1 -3
View File
@@ -16,8 +16,7 @@
#include "../../../ClockReceiver/ClockReceiver.hpp"
#include "../../../ClockReceiver/ClockingHintSource.hpp"
namespace Storage {
namespace Disk {
namespace Storage::Disk {
/*!
Provides the shell for emulating a disk controller: something that is connected to a disk drive and uses a
@@ -163,7 +162,6 @@ class Controller:
void digital_phase_locked_loop_output_bit(int value);
};
}
}
#endif /* DiskDrive_hpp */