]> git.mxchange.org Git - simgear.git/blobdiff - simgear/io/iochannel.cxx
Cygwin fixes.
[simgear.git] / simgear / io / iochannel.cxx
index 4d0348957229bfa7dce5bc856b91e08c5af32608..994aa89f4e6d3c2d56ac39851c9440bbd9ac8a49 100644 (file)
@@ -2,7 +2,7 @@
 //
 // Written by Curtis Olson, started November 1999.
 //
-// Copyright (C) 1999  Curtis L. Olson - curt@flightgear.org
+// Copyright (C) 1999  Curtis L. Olson - http://www.flightgear.org/~curt
 //
 // This program is free software; you can redistribute it and/or
 // modify it under the terms of the GNU General Public License as
@@ -70,3 +70,9 @@ int SGIOChannel::writestring( const char *str ) {
 bool SGIOChannel::close() {
     return false;
 }
+
+
+// dummy eof routine
+bool SGIOChannel::eof() {
+    return false;
+}