X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FDriverDAT%2FDriverDAT_W_SMESHDS_Document.h;h=6b2bad5a08c14397a2d11878364dd09436fbe775;hp=4e744deb9d47cab4792b5a48a5a21d20b64fdd35;hb=e4737e85f0da6d3f90fd08f6be1c2825195fe16f;hpb=51569f091c2d18be76ea9bd3e68ca0247cc731c3 diff --git a/src/DriverDAT/DriverDAT_W_SMESHDS_Document.h b/src/DriverDAT/DriverDAT_W_SMESHDS_Document.h index 4e744deb9..6b2bad5a0 100644 --- a/src/DriverDAT/DriverDAT_W_SMESHDS_Document.h +++ b/src/DriverDAT/DriverDAT_W_SMESHDS_Document.h @@ -1,5 +1,3 @@ -// SMESH DriverDAT : driver to read and write 'dat' files -// // Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS // @@ -18,34 +16,13 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // // See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org -// -// -// -// File : DriverDAT_W_SMESHDS_Document.h -// Module : SMESH #ifndef _INCLUDE_DRIVERDAT_W_SMESHDS_DOCUMENT #define _INCLUDE_DRIVERDAT_W_SMESHDS_DOCUMENT -#include -#include +#include "Driver_Document.h" -#include "SMESHDS_Document.hxx" -#include "Document_Writer.h" +class DriverDAT_W_SMESHDS_Document: public Driver_Document +{}; -class DriverDAT_W_SMESHDS_Document : public Document_Writer { - -public : - DriverDAT_W_SMESHDS_Document(); - ~DriverDAT_W_SMESHDS_Document(); - - void Write(); - //void SetFile(string); - //void SetDocument(Handle(SMESHDS_Document)&); - -private : - //Handle_SMESHDS_Document myDocument; - //string myFile; - -}; #endif