mirror of
				https://github.com/davidgiven/fluxengine.git
				synced 2025-10-24 11:11:02 -07:00 
			
		
		
		
	Rename all protos to end with 'Proto' to avoid name conflicts.
This commit is contained in:
		| @@ -12,7 +12,7 @@ class FluxmapReader; | ||||
| class RawRecord; | ||||
| class RawBits; | ||||
| class Track; | ||||
| class Decoder; | ||||
| class DecoderProto; | ||||
|  | ||||
| typedef std::vector<std::unique_ptr<RawRecord>> RawRecordVector; | ||||
| typedef std::vector<std::unique_ptr<Sector>> SectorVector; | ||||
| @@ -32,7 +32,7 @@ class AbstractDecoder | ||||
| public: | ||||
|     virtual ~AbstractDecoder() {} | ||||
|  | ||||
| 	static std::unique_ptr<AbstractDecoder> create(const Decoder& config); | ||||
| 	static std::unique_ptr<AbstractDecoder> create(const DecoderProto& config); | ||||
|  | ||||
| public: | ||||
|     enum RecordType | ||||
|   | ||||
		Reference in New Issue
	
	Block a user