X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FDriverUNV%2FDriverUNV_R_SMESHDS_Document.h;h=4d38a67c306aca7558ec2ec977a5cc3329c3e681;hb=1bf6ddbe2fe6f21e8c1ca914be6e423e402894f1;hp=e82a1d6724c72847041b3082b01beaf1d2eff653;hpb=4791f5b30ea7a9c1247aa551750dc71cb83b99aa;p=modules%2Fsmesh.git diff --git a/src/DriverUNV/DriverUNV_R_SMESHDS_Document.h b/src/DriverUNV/DriverUNV_R_SMESHDS_Document.h index e82a1d672..4d38a67c3 100644 --- a/src/DriverUNV/DriverUNV_R_SMESHDS_Document.h +++ b/src/DriverUNV/DriverUNV_R_SMESHDS_Document.h @@ -1,5 +1,3 @@ -// SMESH DriverUNV : driver to read and write 'unv' files -// // Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS // @@ -18,33 +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 : DriverUNV_R_SMESHDS_Document.h -// Module : SMESH #ifndef _INCLUDE_DRIVERUNV_R_SMESHDS_DOCUMENT #define _INCLUDE_DRIVERUNV_R_SMESHDS_DOCUMENT -#include +#include "Driver_Document.h" -#include "SMESHDS_Document.hxx" -#include "Document_Reader.h" +class DriverUNV_R_SMESHDS_Document: public Driver_Document +{}; -class DriverUNV_R_SMESHDS_Document : public Document_Reader { - -public : - DriverUNV_R_SMESHDS_Document(); - ~DriverUNV_R_SMESHDS_Document(); - - void Read(); - //void SetFile(string); - //void SetDocument(Handle_SMESHDS_Document&); - -private : - //Handle_SMESHDS_Document myDocument; - //string myFile; - -}; #endif