]> git.mxchange.org Git - simgear.git/commit
hla: Introduce backend factory infrastructure.
authorMathias Froehlich <Mathias.Froehlich@web.de>
Sat, 25 Feb 2012 17:07:59 +0000 (18:07 +0100)
committerMathias Froehlich <Mathias.Froehlich@web.de>
Sun, 26 Feb 2012 07:50:06 +0000 (08:50 +0100)
commit124db3da8e7243d3aaea5a5cad379b3a682d5fe0
treec8db79877e6fa39c21f08cd3e6677cfcea9d0f4c
parent4bf4091ef79e53e41c7b0463f58d8fc4c9777f22
hla: Introduce backend factory infrastructure.

Not finally ready, but provide a factory infrastructure
to improove plugability of different rti backend implementations.
simgear/hla/CMakeLists.txt
simgear/hla/HLAFederate.cxx
simgear/hla/RTI13FederateFactory.cxx [new file with mode: 0644]
simgear/hla/RTI13FederateFactory.hxx [new file with mode: 0644]
simgear/hla/RTIFederateFactory.cxx [new file with mode: 0644]
simgear/hla/RTIFederateFactory.hxx [new file with mode: 0644]
simgear/hla/RTIFederateFactoryRegistry.cxx [new file with mode: 0644]
simgear/hla/RTIFederateFactoryRegistry.hxx [new file with mode: 0644]