Salome HOME
Comment out the example.
[modules/smesh.git] / src / DriverUNV / DriverUNV_R_SMESHDS_Document.h
index e82a1d6724c72847041b3082b01beaf1d2eff653..4d38a67c306aca7558ec2ec977a5cc3329c3e681 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_R_SMESHDS_Document.h
-//  Module : SMESH
 
 #ifndef _INCLUDE_DRIVERUNV_R_SMESHDS_DOCUMENT
 #define _INCLUDE_DRIVERUNV_R_SMESHDS_DOCUMENT
 
-#include <stdio.h>
+#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