Rename all InputProto and OutputProtos for clarity.

This commit is contained in:
David Given
2021-05-15 18:05:53 +02:00
parent f741ad058e
commit 4ab8b4984d
29 changed files with 80 additions and 80 deletions

View File

@@ -9,12 +9,12 @@
class Sector;
class Fluxmap;
class Apple2InputProto;
class Apple2DecoderProto;
class Apple2Decoder : public AbstractDecoder
{
public:
Apple2Decoder(const Apple2InputProto&) {}
Apple2Decoder(const Apple2DecoderProto&) {}
virtual ~Apple2Decoder() {}
RecordType advanceToNextRecord();