Salome HOME
Win32 Porting.
[modules/smesh.git] / src / DriverUNV / UNV_Utilities.hxx
index cb6135351d78d33a58fb7f0ece58e96c3b47df7f..cb14b08cee3013a84c41860fb38fadb4ae736c2a 100644 (file)
 #include <cassert>
 
 namespace UNV{
-  using namespace std;
-
   class MESHDRIVERUNV_EXPORT PrefixPrinter{
     static int myCounter;
   public:
     PrefixPrinter();
     ~PrefixPrinter();
 
-    static string GetPrefix();
+    static std::string GetPrefix();
   };
 
   /**