X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FNetwork%2FHLA%2Fhla.hxx;h=8a77d2704225b01f013244e1918b012dae5474f6;hb=46ec7a6ff78b0718c6eb09e5abb45c67c153d2f5;hp=d843160c28b63648b2c1f1534924048e936243b9;hpb=c5ddd7b1f39a78d04c6748de122ede13ee12c847;p=flightgear.git diff --git a/src/Network/HLA/hla.hxx b/src/Network/HLA/hla.hxx index d843160c2..8a77d2704 100644 --- a/src/Network/HLA/hla.hxx +++ b/src/Network/HLA/hla.hxx @@ -21,18 +21,11 @@ #include #include -#include #include #include #include -namespace simgear { -class HLAFederate; -class HLAObjectClass; -class HLAObjectInstance; -} - class FGHLA : public FGProtocol { public: FGHLA(const std::vector& tokens); @@ -45,6 +38,10 @@ public: private: /// All the utility classes we need currently class XMLConfigReader; + class MPUpdateCallback; + class MPReflectCallback; + class MultiplayerObjectInstance; + class MultiplayerObjectClass; class Federate; /// The configuration parameters extracted from the tokens in the constructor @@ -54,10 +51,6 @@ private: /// The toplevel rti class SGSharedPtr _hlaFederate; - /// This class that is used to send register the local instance - SGSharedPtr _localAircraftClass; - /// The local aircraft instance - SGSharedPtr _localAircraftInstance; }; #endif // _FG_HLA_HXX