mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
The protoified reader now builds and runs, although doesn't work properly.
This commit is contained in:
@@ -61,6 +61,8 @@ public:
|
||||
void seek(const Fluxmap::Position& pos)
|
||||
{ return _fmr->seek(pos); }
|
||||
|
||||
virtual std::set<unsigned> requiredSectors(FluxTrackProto& track) const;
|
||||
|
||||
protected:
|
||||
virtual void beginTrack() {};
|
||||
virtual RecordType advanceToNextRecord() = 0;
|
||||
|
||||
Reference in New Issue
Block a user