X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fio%2Fiochannel.hxx;h=f5266b03c8b022fb78e96158cce72c51c4f7f72c;hb=201cb61f842ef50a19438e3872ba22e588fa1afc;hp=a0392a34bb17e758fd67464976173b08ab1e57e9;hpb=4e7fe460a5c5c1b64dd1d540bc197dbb89614b7f;p=simgear.git diff --git a/simgear/io/iochannel.hxx b/simgear/io/iochannel.hxx index a0392a34..f5266b03 100644 --- a/simgear/io/iochannel.hxx +++ b/simgear/io/iochannel.hxx @@ -30,15 +30,6 @@ #include -// #include "protocol.hxx" - -#include STL_STRING -#include - -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; }