Salome HOME
Bug moteur + ajout cas test
[modules/hexablock.git] / src / HEXABLOCK / HexDumpStudy.hxx
index f0e6a547a53a0869561217e0e92f9092a1c34fd3..0d089bba3358eb4b92c87152ff13a9224c172111 100755 (executable)
@@ -23,7 +23,6 @@
 #ifndef __DUMP_STUDY_H_
 #define __DUMP_STUDY_H_
 
-#include "Hex_defines.hxx"
 #include "hexa_base.hxx"
 #include <map>
 
 #pragma warning ( disable: 4251 )
 #endif
 
-
 BEGIN_NAMESPACE_HEXA
 
-
 #define DumpStart0(p) bool actif=el_root->glob->dump.start(this, p)
 #define DumpStart(p,args) bool actif=el_root->glob->dump.start(this, p); if (actif)  el_root->glob->dump << args
 #define DumpEnd       el_root->glob->dump.close (actif)
@@ -44,7 +41,7 @@ BEGIN_NAMESPACE_HEXA
 #define DumpRestore            el_root->glob->dump.restore (actif)
 
 class Witness;
-class HEXABLOCKENGINE_EXPORT DumpStudy
+class HexaExport DumpStudy
 {
 public :
     DumpStudy ();