X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FDriver%2FDocument_Reader.h;fp=src%2FDriver%2FDocument_Reader.h;h=0000000000000000000000000000000000000000;hp=2766466c2526017380cc15cf2860c0dcdc8fca87;hb=e4737e85f0da6d3f90fd08f6be1c2825195fe16f;hpb=51569f091c2d18be76ea9bd3e68ca0247cc731c3 diff --git a/src/Driver/Document_Reader.h b/src/Driver/Document_Reader.h deleted file mode 100644 index 2766466c2..000000000 --- a/src/Driver/Document_Reader.h +++ /dev/null @@ -1,44 +0,0 @@ -// SMESH Driver : implementaion of driver for reading and writing -// -// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, -// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS -// -// This library is free software; you can redistribute it and/or -// modify it under the terms of the GNU Lesser General Public -// License as published by the Free Software Foundation; either -// version 2.1 of the License. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// You should have received a copy of the GNU Lesser General Public -// 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 : Document_Reader.h -// Module : SMESH - -#ifndef _INCLUDE_DOCUMENT_READER -#define _INCLUDE_DOCUMENT_READER - -#include "SMESHDS_Document.hxx" -#include - -class Document_Reader -{ - public: - virtual void Read() = 0; - void SetFile(string); - void SetDocument(SMESHDS_Document *); - - protected: - SMESHDS_Document * myDocument; - string myFile; -}; -#endif