]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/iochannel.cxx
UIUC flight model contribution. This is based on LaRCsim, but can read
[flightgear.git] / src / Network / iochannel.cxx
index 23f6c46e993dd10ad2a4f41f8fe3ca9459e63a89..afce4006e794e5cbc90ac8ee52dfaeedc2ce8529 100644 (file)
@@ -62,6 +62,12 @@ int FGIOChannel::write( char *buf, int length ) {
 }
 
 
+// dummy process routine
+int FGIOChannel::writestring( char *str ) {
+    return false;
+}
+
+
 // dummy close routine
 bool FGIOChannel::close() {
     return false;