simgear/simgear/embedded_resources
Florent Rougon 2200fad30e Rename the ResourceProxy class to EmbeddedResourceProxy
This is done so as to avoid confusion with the unrelated classes
ResourceProvider and ResourceManager already present in SimGear.

Despite this new name, EmbeddedResourceProxy is a proxy not only for
embedded resources, but also for real files (hence the initial name
choice): its purpose is precisely to allow zero-work switching from one
data source to the other.
2017-10-07 16:36:49 +02:00
..
CMakeLists.txt Rename the ResourceProxy class to EmbeddedResourceProxy 2017-10-07 16:36:49 +02:00
embedded_resources_test.cxx Rename the ResourceProxy class to EmbeddedResourceProxy 2017-10-07 16:36:49 +02:00
EmbeddedResource.cxx Embedded resources system: SimGear part 2017-06-10 23:38:59 +02:00
EmbeddedResource.hxx Embedded resources system: SimGear part 2017-06-10 23:38:59 +02:00
EmbeddedResourceManager_private.hxx EmbeddedResourceManager: better API with respect to rehashing 2017-08-16 23:49:19 +02:00
EmbeddedResourceManager.cxx EmbeddedResourceManager: better API with respect to rehashing 2017-08-16 23:49:19 +02:00
EmbeddedResourceManager.hxx EmbeddedResourceManager: better API with respect to rehashing 2017-08-16 23:49:19 +02:00
EmbeddedResourceProxy.cxx Rename the ResourceProxy class to EmbeddedResourceProxy 2017-10-07 16:36:49 +02:00
EmbeddedResourceProxy.hxx Rename the ResourceProxy class to EmbeddedResourceProxy 2017-10-07 16:36:49 +02:00