]> git.mxchange.org Git - simgear.git/blobdiff - simgear/io/iochannel.cxx
Cygwin fixes.
[simgear.git] / simgear / io / iochannel.cxx
index cc6292b310b73ccc328a4894dff34ed315398687..994aa89f4e6d3c2d56ac39851c9440bbd9ac8a49 100644 (file)
@@ -70,3 +70,9 @@ int SGIOChannel::writestring( const char *str ) {
 bool SGIOChannel::close() {
     return false;
 }
+
+
+// dummy eof routine
+bool SGIOChannel::eof() {
+    return false;
+}