]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/opengc.hxx
Removed FGEngInterface and FGGearInterface after consultation with
[flightgear.git] / src / Network / opengc.hxx
index 33266cc6dbb70cf001402009acc70581546cfeae..f4ff1e58841da8d038d4d6819e46e05271f1c63a 100644 (file)
@@ -1,5 +1,10 @@
-// opengc.hxx -- 
+
+//// opengc.cxx - Network interface program to send sim data onto a LAN
+//
+// Created by:         J. Wojnaroski  -- castle@mminternet.com
+// Date:               21 Nov 2001 
 //
+
 // This program is free software; you can redistribute it and/or
 // modify it under the terms of the GNU General Public License as
 // published by the Free Software Foundation; either version 2 of the
@@ -28,7 +33,7 @@
 #include "protocol.hxx"
 #include "opengc_data.hxx"
 
-class FGOpenGC : public FGProtocol, public FGInterface, public FGEngInterface  {
+class FGOpenGC : public FGProtocol, public FGInterface {
 
     ogcFGData buf;
     int length;
@@ -53,3 +58,4 @@ public:
 #endif // _FG_OPENGC_HXX
 
 
+