]> git.mxchange.org Git - simgear.git/commit
scenery: OptionsReadFileCallback for use with reader writer options.
authorMathias Froehlich <Mathias.Froehlich@web.de>
Sat, 25 Aug 2012 09:54:00 +0000 (11:54 +0200)
committerMathias Froehlich <Mathias.Froehlich@web.de>
Sun, 26 Aug 2012 13:08:33 +0000 (15:08 +0200)
commita050a3b80fba4b307fa9f531d5dbcbfb1bfcf1ba
treebcca73cbb1c165e5c8e964eef263832dc2a014fd
parentf1201eaebc3fbb8964e06b7ef158fd34a12901aa
scenery: OptionsReadFileCallback for use with reader writer options.

The new callback has a default implementation of the callback
methods that do call back into the registrys callback before
calling the registrys implementation directly.
This is meant to be used together with ReaderWriterOptions that
still want to call back into the normal callback chain of the
registry.
simgear/scene/util/CMakeLists.txt
simgear/scene/util/OptionsReadFileCallback.cxx [new file with mode: 0644]
simgear/scene/util/OptionsReadFileCallback.hxx [new file with mode: 0644]