diff options
Diffstat (limited to 'view/sharedcache/core/SlideInfo.h')
| -rw-r--r-- | view/sharedcache/core/SlideInfo.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/view/sharedcache/core/SlideInfo.h b/view/sharedcache/core/SlideInfo.h index 75134985..fda5ea4d 100644 --- a/view/sharedcache/core/SlideInfo.h +++ b/view/sharedcache/core/SlideInfo.h @@ -33,10 +33,10 @@ class SlideInfoProcessor public: explicit SlideInfoProcessor(uint64_t baseAddress); - std::vector<SlideMappingInfo> ReadEntryInfo(const MappedFileAccessor& accessor, const CacheEntry& entry) const; + std::vector<SlideMappingInfo> ReadEntryInfo(const MappedFileRegion& file, const CacheEntry& entry) const; // Write the slide information back to the entries memory mapped regions. - void ApplyMappings(MappedFileAccessor& accessor, const std::vector<SlideMappingInfo>& mappings) const; + void ApplyMappings(MappedFileRegion& file, const std::vector<SlideMappingInfo>& mappings) const; - std::vector<SlideMappingInfo> ProcessEntry(MappedFileAccessor& accessor, const CacheEntry& entry) const; + std::vector<SlideMappingInfo> ProcessEntry(MappedFileRegion& file, const CacheEntry& entry) const; }; |
