X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FNetwork%2Fjpg-httpd.cxx;h=55e5e79c02c44619fddf7c50dfcebda0f9abfe50;hb=e16f772e54216b0088ca9cb3f3b0fb062be8bfdb;hp=8ef2c4357277e6adfaf0e6c2ee9251fb8ba14068;hpb=d9bfd5a425df1bad7e3c53a64adce871e299a6b9;p=flightgear.git diff --git a/src/Network/jpg-httpd.cxx b/src/Network/jpg-httpd.cxx index 8ef2c4357..55e5e79c0 100644 --- a/src/Network/jpg-httpd.cxx +++ b/src/Network/jpg-httpd.cxx @@ -31,9 +31,9 @@ #include -#include // atoi() atof() +#include // atoi() atof() -#include +#include #include #include @@ -52,9 +52,10 @@ #define __HTTP_GET_STRING "GET " #include +#include extern osg::ref_ptr sceneView; -SG_USING_STD(string); +using std::string; bool FGJpegHttpd::open() { @@ -74,7 +75,7 @@ bool FGJpegHttpd::open() { bool FGJpegHttpd::process() { - netChannel::poll(); + simgear::NetChannel::poll(); return true; }