Salome HOME
PR: mergefrom_BR_CCRT_11Nov04
[modules/kernel.git] / src / Batch / Batch_DateType.hxx
index 8682720866d6a33f7051c73d50bb716136e0505b..b94cdb2a82b2aeeb5a46824a80546c3c417a0033 100644 (file)
@@ -11,7 +11,6 @@
 #ifndef _DATETYPE_H_
 #define _DATETYPE_H_
 
-using namespace std;
 #include <string>
 #include "Batch_GenericType.hxx"
 #include "Batch_Date.hxx"
@@ -25,7 +24,7 @@ namespace Batch {
     DateType(const Date & d)  : _data(d) {};
 
                // Conversion en chaine
-    virtual string affiche() const;
+    virtual std::string affiche() const;
 
                // Operateur d'affectation
     virtual DateType & operator =(const Date &);