X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fio%2Fiochannel.cxx;h=9b88c6d5f183fa021963e67e087d897b2f9ba25f;hb=09b0dd2b2d7d934c1d4059cb2cbd3b4fcbb7872f;hp=cc6292b310b73ccc328a4894dff34ed315398687;hpb=7fc8c026884b2d0a1b683765c089a9bef5ac47c8;p=simgear.git diff --git a/simgear/io/iochannel.cxx b/simgear/io/iochannel.cxx index cc6292b3..9b88c6d5 100644 --- a/simgear/io/iochannel.cxx +++ b/simgear/io/iochannel.cxx @@ -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() { + return false; +}