]> git.mxchange.org Git - simgear.git/blobdiff - simgear/io/tcp_server.cxx
My old email address is no longer valid ... point to my web page.
[simgear.git] / simgear / io / tcp_server.cxx
index cd9b8ea77410ac85837f216411c9d5f3dcac52c1..b0534937dab76b191db3540386ee188c71bbd47e 100644 (file)
@@ -5,10 +5,8 @@
 
 #include "sg_socket.hxx"
 
-using std::string;
-#ifndef SG_HAVE_NATIVE_SGI_COMPILERS
-using std::cout;
-#endif
+SG_USING_STD(string);
+SG_USING_STD(cout);
 
 class TcpServer
 {