mirror of
				https://github.com/davidgiven/fluxengine.git
				synced 2025-10-24 11:11:02 -07:00 
			
		
		
		
	Rename all the remaining layout and location variables to trackInfo (where
appropriate).
This commit is contained in:
		| @@ -51,7 +51,7 @@ public: | ||||
| public: | ||||
|     std::shared_ptr<TrackDataFlux> decodeToSectors( | ||||
|         std::shared_ptr<const Fluxmap> fluxmap, | ||||
|         std::shared_ptr<const TrackInfo>& location); | ||||
|         std::shared_ptr<const TrackInfo>& trackInfo); | ||||
|  | ||||
|     void pushRecord( | ||||
|         const Fluxmap::Position& start, const Fluxmap::Position& end); | ||||
| @@ -90,7 +90,7 @@ public: | ||||
|     } | ||||
|  | ||||
|     virtual std::set<LogicalLocation> requiredSectors( | ||||
|         std::shared_ptr<const TrackInfo>& location) const; | ||||
|         std::shared_ptr<const TrackInfo>& trackInfo) const; | ||||
|  | ||||
| protected: | ||||
|     virtual void beginTrack(){}; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user