Salome HOME
Merge branch 'master' into V9_3_BR
[modules/smesh.git] / src / DriverUNV / UNV_Utilities.hxx
index db3659f6b8bbed124fc9065468aee1af110f7b1d..e41ff1ba3961e8c0ecff075ec7e5fe9f83b7e8d3 100644 (file)
@@ -33,8 +33,7 @@
 #include <cassert>
 #include <cstdlib>
 
-namespace UNV{
-  using namespace std;
+namespace UNV {
 
   const size_t theMaxLineLen = 82; // 80 for text + 2 for "\r\n"
 
@@ -44,7 +43,7 @@ namespace UNV{
     PrefixPrinter();
     ~PrefixPrinter();
 
-    static string GetPrefix();
+    static std::string GetPrefix();
   };
 
   /**