X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHEXABLOCK%2FHexDumpStudy.hxx;h=0d089bba3358eb4b92c87152ff13a9224c172111;hb=6100168b28f7fe487a360409ef4f8e7c38df4450;hp=f0e6a547a53a0869561217e0e92f9092a1c34fd3;hpb=624082b6806f6695a1e2f31ba595534e464f0f91;p=modules%2Fhexablock.git diff --git a/src/HEXABLOCK/HexDumpStudy.hxx b/src/HEXABLOCK/HexDumpStudy.hxx index f0e6a54..0d089bb 100755 --- a/src/HEXABLOCK/HexDumpStudy.hxx +++ b/src/HEXABLOCK/HexDumpStudy.hxx @@ -23,7 +23,6 @@ #ifndef __DUMP_STUDY_H_ #define __DUMP_STUDY_H_ -#include "Hex_defines.hxx" #include "hexa_base.hxx" #include @@ -31,10 +30,8 @@ #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 ();