// 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 )
// 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 )
// 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 )
// Author : Sergey RUIN
// Module : SALOME
-#ifndef WNT
-using namespace std;
-#endif
#include "SALOMEDSImpl_AttributeIOR.hxx"
#include <TCollection_AsciiString.hxx>
#include "SALOMEDSImpl_Study.hxx"
#include <Standard_GUID.hxx>
+#ifndef WNT
+using namespace std;
+#endif
+
IMPLEMENT_STANDARD_HANDLE( SALOMEDSImpl_AttributeIOR, SALOMEDSImpl_GenericAttribute )
IMPLEMENT_STANDARD_RTTIEXT( SALOMEDSImpl_AttributeIOR, SALOMEDSImpl_GenericAttribute )
// 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 )