X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fio%2Fiochannel.cxx;h=468f666bde8d7d466d508e952440215011377a4e;hb=3bcd0bafd5fba1eebadfd1cb8a7294d665cf1932;hp=4d0348957229bfa7dce5bc856b91e08c5af32608;hpb=761b7b93543ad2e8dfd307ee3679b3a2a7082ddc;p=simgear.git diff --git a/simgear/io/iochannel.cxx b/simgear/io/iochannel.cxx index 4d034895..468f666b 100644 --- a/simgear/io/iochannel.cxx +++ b/simgear/io/iochannel.cxx @@ -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 @@ -16,7 +16,7 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // // $Id$ @@ -70,3 +70,9 @@ int SGIOChannel::writestring( const char *str ) { bool SGIOChannel::close() { return false; } + + +// dummy eof routine +bool SGIOChannel::eof() const { + return false; +}