From: rahuel Date: Thu, 9 Feb 2006 16:28:34 +0000 (+0000) Subject: using namespace std ; X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=460a1caba7bdf3a4a4daa2dbb1e3fb9c69c327d5;p=modules%2Fkernel.git using namespace std ; Must follow the includes --- diff --git a/src/SALOMEDSImpl/SALOMEDSImpl_AttributeComment.cxx b/src/SALOMEDSImpl/SALOMEDSImpl_AttributeComment.cxx index 46d73cf32..55716777c 100644 --- a/src/SALOMEDSImpl/SALOMEDSImpl_AttributeComment.cxx +++ b/src/SALOMEDSImpl/SALOMEDSImpl_AttributeComment.cxx @@ -21,10 +21,11 @@ // Author : Sergey RUIN // Module : SALOME +#include "SALOMEDSImpl_AttributeComment.hxx" + #ifndef WNT using namespace std; #endif -#include "SALOMEDSImpl_AttributeComment.hxx" IMPLEMENT_STANDARD_HANDLE( SALOMEDSImpl_AttributeComment, SALOMEDSImpl_GenericAttribute ) IMPLEMENT_STANDARD_RTTIEXT( SALOMEDSImpl_AttributeComment, SALOMEDSImpl_GenericAttribute ) diff --git a/src/SALOMEDSImpl/SALOMEDSImpl_AttributeDrawable.cxx b/src/SALOMEDSImpl/SALOMEDSImpl_AttributeDrawable.cxx index c0679aa92..340bd3f7c 100644 --- a/src/SALOMEDSImpl/SALOMEDSImpl_AttributeDrawable.cxx +++ b/src/SALOMEDSImpl/SALOMEDSImpl_AttributeDrawable.cxx @@ -21,10 +21,11 @@ // Author : Sergey RUIN // Module : SALOME +#include "SALOMEDSImpl_AttributeDrawable.hxx" + #ifndef WNT using namespace std; #endif -#include "SALOMEDSImpl_AttributeDrawable.hxx" IMPLEMENT_STANDARD_HANDLE( SALOMEDSImpl_AttributeDrawable, SALOMEDSImpl_GenericAttribute ) IMPLEMENT_STANDARD_RTTIEXT( SALOMEDSImpl_AttributeDrawable, SALOMEDSImpl_GenericAttribute ) diff --git a/src/SALOMEDSImpl/SALOMEDSImpl_AttributeExpandable.cxx b/src/SALOMEDSImpl/SALOMEDSImpl_AttributeExpandable.cxx index 5f4bc9c73..743fa016b 100644 --- a/src/SALOMEDSImpl/SALOMEDSImpl_AttributeExpandable.cxx +++ b/src/SALOMEDSImpl/SALOMEDSImpl_AttributeExpandable.cxx @@ -21,10 +21,11 @@ // Author : Sergey RUIN // Module : SALOME +#include "SALOMEDSImpl_AttributeExpandable.hxx" + #ifndef WNT using namespace std; #endif -#include "SALOMEDSImpl_AttributeExpandable.hxx" IMPLEMENT_STANDARD_HANDLE( SALOMEDSImpl_AttributeExpandable, SALOMEDSImpl_GenericAttribute ) IMPLEMENT_STANDARD_RTTIEXT( SALOMEDSImpl_AttributeExpandable, SALOMEDSImpl_GenericAttribute ) diff --git a/src/SALOMEDSImpl/SALOMEDSImpl_AttributeIOR.cxx b/src/SALOMEDSImpl/SALOMEDSImpl_AttributeIOR.cxx index 85b8355a6..c5b1553be 100644 --- a/src/SALOMEDSImpl/SALOMEDSImpl_AttributeIOR.cxx +++ b/src/SALOMEDSImpl/SALOMEDSImpl_AttributeIOR.cxx @@ -21,14 +21,15 @@ // Author : Sergey RUIN // Module : SALOME -#ifndef WNT -using namespace std; -#endif #include "SALOMEDSImpl_AttributeIOR.hxx" #include #include "SALOMEDSImpl_Study.hxx" #include +#ifndef WNT +using namespace std; +#endif + IMPLEMENT_STANDARD_HANDLE( SALOMEDSImpl_AttributeIOR, SALOMEDSImpl_GenericAttribute ) IMPLEMENT_STANDARD_RTTIEXT( SALOMEDSImpl_AttributeIOR, SALOMEDSImpl_GenericAttribute ) diff --git a/src/SALOMEDSImpl/SALOMEDSImpl_AttributeInteger.cxx b/src/SALOMEDSImpl/SALOMEDSImpl_AttributeInteger.cxx index dee0c253d..99075680c 100644 --- a/src/SALOMEDSImpl/SALOMEDSImpl_AttributeInteger.cxx +++ b/src/SALOMEDSImpl/SALOMEDSImpl_AttributeInteger.cxx @@ -21,10 +21,11 @@ // Author : Sergey RUIN // Module : SALOME +#include "SALOMEDSImpl_AttributeInteger.hxx" + #ifndef WNT using namespace std; #endif -#include "SALOMEDSImpl_AttributeInteger.hxx" IMPLEMENT_STANDARD_HANDLE( SALOMEDSImpl_AttributeInteger, SALOMEDSImpl_GenericAttribute) IMPLEMENT_STANDARD_RTTIEXT( SALOMEDSImpl_AttributeInteger, SALOMEDSImpl_GenericAttribute )