]> git.mxchange.org Git - simgear.git/blobdiff - simgear/io/iochannel.hxx
Mac OS X fixes from Markus Morawitz
[simgear.git] / simgear / io / iochannel.hxx
index 76a8fb24e86e5d06d4fd5a012e66556f59a3f5d1..2cfa547773862441e750aa6ee71b7d306a35a236 100644 (file)
@@ -5,7 +5,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
@@ -158,6 +158,7 @@ public:
     inline void set_dir( const SGProtocolDir d ) { dir = d; }
     inline SGProtocolDir get_dir() const { return dir; }
     inline bool isvalid() const { return valid; }
+    inline void set_valid( const bool v ) { valid = v; }
 };