]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/iochannel.hxx
Start of code to load, manage, and query the navaid database.
[flightgear.git] / src / Network / iochannel.hxx
index aae5c1932ba4e6ed24c657d8e970e9a3b9f2e017..5830f6e2af29c8a595fa5fa751ac4166ad9b2bef 100644 (file)
@@ -25,7 +25,7 @@
 #define _IOCHANNEL_HXX
 
 
-#include "Include/compiler.h"
+#include <simgear/compiler.h>
 
 #include "protocol.hxx"
 
@@ -51,6 +51,7 @@ public:
     virtual int read( char *buf, int length );
     virtual int readline( char *buf, int length );
     virtual int write( char *buf, int length );
+    virtual int writestring( char *str );
     virtual bool close();
 };