Salome HOME
removing this useless file.
[modules/med.git] / src / MEDMEM / MEDMEM_Exception.cxx
index 915f4fc7569af51029a4f0e3b36ef52ff7d6dcfb..ccd7c216a8cbf846e37a26c8d72a4bf84618b385 100644 (file)
@@ -1,29 +1,3 @@
-//  MED MEDMEM : MED files in memory
-//
-//  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   : MEDMEM_Exception.cxx
-//  Module : MED
-
 using namespace std;
 /*
  File MedException.cxx
@@ -34,6 +8,7 @@ using namespace std;
 
 #include "utilities.h"
 #include "MEDMEM_Exception.hxx"
+using namespace MEDMEM;
 
 extern "C"
 {
@@ -156,7 +131,7 @@ MEDEXCEPTION::MEDEXCEPTION( const MEDEXCEPTION &ex ): _text(duplicate(ex._text))
   Operator << : put the message to the given stream.
 */
 // ------------------------------------------------------- //
-ostream & operator<<( ostream &os , const MEDEXCEPTION &ex )
+ostream & MEDMEM::operator<<( ostream &os , const MEDEXCEPTION &ex )
 // ------------------------------------------------------- //
 {
   os << ex._text ;