]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/generic.hxx
Update Mac configure script for new ALUT scheme; support --with-alut-framework.
[flightgear.git] / src / Network / generic.hxx
index 4d4ec7e43d80786dbfc5b9e8603604df22940535..6df4681935808896c219f7c22e0d01bd685800d6 100644 (file)
@@ -47,6 +47,8 @@ public:
     // open hailing frequencies
     bool open();
 
+    void reinit();
+
     // process work for this port
     bool process();
 
@@ -70,6 +72,9 @@ protected:
 
 private:
 
+    string file_name;
+    string direction;
+
     int length;
     char buf[ FG_MAX_MSG_SIZE ];