Salome HOME
Mesh redesine. New fields added to specify whether hypothesis is main or additional...
[modules/smesh.git] / src / DriverUNV / DriverUNV_W_SMESHDS_Document.h
index e896b55a7691163c03493072f933ec3682614e4f..77feb0edefd310aab0a997775952c69b396fdfbf 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 
 // 
 //  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_W_SMESHDS_Document.h
-//  Module : SMESH
 
 #ifndef _INCLUDE_DRIVERUNV_W_SMESHDS_DOCUMENT
 #define _INCLUDE_DRIVERUNV_W_SMESHDS_DOCUMENT
 
-#include <stdio.h>
-#include <string>
+#include "Driver_Document.h"
 
-#include "SMESHDS_Document.hxx"
-#include "Document_Writer.h"
+class DriverUNV_W_SMESHDS_Document : public Driver_Document 
+{};
 
-class DriverUNV_W_SMESHDS_Document : public Document_Writer {
-  
-public :
-  DriverUNV_W_SMESHDS_Document();
-  ~DriverUNV_W_SMESHDS_Document();
-  void Write();
-  //void SetFile(string);
-  //void SetDocument(Handle(SMESHDS_Document)&);
-
-private :
-  //Handle_SMESHDS_Document myDocument;
-  //string myFile; 
-
-};
 #endif