Salome HOME
Merge from BR_DEBUG_3_2_0b1
[modules/smesh.git] / src / DriverUNV / DriverUNV_R_SMESHDS_Document.h
index e82a1d6724c72847041b3082b01beaf1d2eff653..d998476606c57319e123ec1766d05a426f56926c 100644 (file)
@@ -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 
 // 
 //  License along with this library; if not, write to the Free Software 
 //  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
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 
 #ifndef _INCLUDE_DRIVERUNV_R_SMESHDS_DOCUMENT
 #define _INCLUDE_DRIVERUNV_R_SMESHDS_DOCUMENT
 
-#include <stdio.h>
+#include "SMESH_DriverUNV.hxx"
 
-#include "SMESHDS_Document.hxx"
-#include "Document_Reader.h"
+#include "Driver_Document.h"
 
-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&);
+class MESHDRIVERUNV_EXPORT DriverUNV_R_SMESHDS_Document: public Driver_Document
+{};
 
-private :
-  //Handle_SMESHDS_Document myDocument;
-  //string myFile; 
-
-};
 #endif