Public Member Functions | |
Listing * | getListing (const Common::Path &filename, ErrorCode &err) override=0 |
virtual ErrorCode | setPath (const Common::Path &path)=0 |
virtual Common::Path | getPath () const =0 |
|
overridepure virtual |
Get a listing. When implementing this, the result should be safe to delete for the caller.
Implements Wintermute::ListingProvider.
Implemented in Wintermute::CachedSourceListingProvider, and Wintermute::BasicSourceListingProvider.