//
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
+
+#ifndef DISABLE_HDF
+
#include "LightApp_HDFDriver.h"
#include "HDFexplorer.hxx"
return !isError;
}
+
+#endif //DISABLE_HDF
\ No newline at end of file
//
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
+
+#ifndef DISABLE_HDF
+
#ifndef LIGHTAPP_HDFDRIVER_H
#define LIGHTAPP_HDFDRIVER_H
};
#endif
+
+#endif //DISABLE_HDF
\ No newline at end of file
: CAM_Study( app )
{
// HDF persistence
+#ifndef DISABLE_HDF
myDriver = new LightApp_HDFDriver();
- //myDriver = new LightApp_Driver();
+#else
+ myDriver = new LightApp_Driver();
+#endif
}
/*!