Salome HOME
NRI : Merge from V1_2.
[modules/kernel.git] / src / RessourcesCatalog / SALOME_RessourcesCatalog_Handler.cxx
index 0a0937af0d359925a6efdf80edec3d953b90af7d..e82e54a2326d5fd20c6073262c1397a09ee8c834 100755 (executable)
@@ -1,11 +1,32 @@
-using namespace std;
-//File SALOME_RessourcesCatalog_Handler.cxx
-//Created: Fri Sept 07 2001
-//Author: Estelle Deville
-//Project: SALOME
-//Copyright: CEA/DEN/DM2S/LGLS
+//  SALOME RessourcesCatalog : implementation of catalog resources parsing (SALOME_ModuleCatalog.idl)
+//
+//  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   : SALOME_RessourcesCatalog_Handler.cxx
+//  Author : Estelle Deville
+//  Module : SALOME
 //$Header$
 
+using namespace std;
 #define WRITE_RESSOURCES_TYPE
 #include "SALOME_RessourcesCatalog_Handler.hxx"
 
@@ -183,7 +204,7 @@ SALOME_RessourcesCatalog_Handler::endElement(const QString&, const QString&,
 //----------------------------------------------------------------------
 bool SALOME_RessourcesCatalog_Handler::characters(const QString& chars)
 {
-  content = chars ;
+  content = (const char *)chars ;
   return true;
 }