]> git.mxchange.org Git - simgear.git/blobdiff - simgear/io/iochannel.hxx
hla: Use HLADataElementIndices for HLAInteractionClass.
[simgear.git] / simgear / io / iochannel.hxx
index a0392a34bb17e758fd67464976173b08ab1e57e9..f5266b03c8b022fb78e96158cce72c51c4f7f72c 100644 (file)
 
 #include <simgear/compiler.h>
 
-// #include "protocol.hxx"
-
-#include STL_STRING
-#include <vector>
-
-SG_USING_STD(vector);
-SG_USING_STD(string);
-
-
 #define SG_IO_MAX_MSG_SIZE 16384
 
 /**
@@ -158,7 +149,7 @@ public:
      * false.
      * @return result of eof check
      */
-    virtual bool eof();
+    virtual bool eof() const;
 
     inline void set_type( SGChannelType t ) { type = t; }
     inline SGChannelType get_type() const { return type; }