Salome HOME
decorations :)
authoreap <eap@opencascade.com>
Fri, 14 Dec 2012 10:32:29 +0000 (10:32 +0000)
committereap <eap@opencascade.com>
Fri, 14 Dec 2012 10:32:29 +0000 (10:32 +0000)
src/SALOMEDSImpl/SALOMEDSImpl_AttributeIOR.hxx

index 8df3ea125c7ba60a42e83b12339682758f1ef844..ad248f507e6dbb4846cd5cb94de52e4b63a886d0 100644 (file)
 
 #include "SALOMEDSImpl_Defines.hxx"
 #include "DF_Attribute.hxx"
-#include <string>
 #include "DF_Label.hxx"       
 #include "SALOMEDSImpl_GenericAttribute.hxx"
 
-class SALOMEDSIMPL_EXPORT SALOMEDSImpl_AttributeIOR : 
+#include <string>
+
+class SALOMEDSIMPL_EXPORT SALOMEDSImpl_AttributeIOR :
   public SALOMEDSImpl_GenericAttribute 
 {
 private:
@@ -53,7 +54,6 @@ public:
   DF_Attribute* NewEmpty() const;
   void Paste(DF_Attribute* into);
   ~SALOMEDSImpl_AttributeIOR() ;
-
 };
 
 #endif