]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/opengc.hxx
Trivial cleanup commit, to test continuous integration server.
[flightgear.git] / src / Network / opengc.hxx
index c3210d38e0488454e6143d13cf3d691511373333..6371e1d0ae98bf91f3e4a2ac0fe313c22cdff95b 100644 (file)
 
 #include <string>
 
-#include <FDM/flight.hxx>
 #include <Main/fg_props.hxx>
 
 #include "protocol.hxx"
 #include "opengc_data.hxx"
 
-class FGOpenGC : public FGProtocol, public FGInterface {
+class FlightProperties;
+
+class FGOpenGC : public FGProtocol
+{
 
     ogcFGData buf;
-    int length;
+    FlightProperties* fdm;
     
     // Environment
     SGPropertyNode_ptr press_node;
@@ -155,7 +157,7 @@ public:
     // close the channel
     bool close();
 
-    void collect_data( const FGInterface *fdm, ogcFGData *data );
+    void collect_data(ogcFGData *data );
 };
 
 #endif // _FG_OPENGC_HXX