]> git.mxchange.org Git - simgear.git/blobdiff - simgear/io/iochannel.cxx
Lots of (mostly) doxygen fixes/cleanup.
[simgear.git] / simgear / io / iochannel.cxx
index cc6292b310b73ccc328a4894dff34ed315398687..468f666bde8d7d466d508e952440215011377a4e 100644 (file)
@@ -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;
+}