Salome HOME
mergefrom branch BR_V511_PR tag mergeto_trunk_03feb09
[modules/yacs.git] / src / runtime / TypeConversions.hxx
index 0a316a746d8ec492135b286090408ba415aa0e35..d92d75cc919b0338800e86313e65b8c622f5fa95 100644 (file)
@@ -1,4 +1,21 @@
-
+//  Copyright (C) 2006-2008  CEA/DEN, EDF R&D
+//
+//  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.salome-platform.org/ or email : webmaster.salome@opencascade.com
+//
 #ifndef _TYPECONVERSIONS_HXX_
 #define _TYPECONVERSIONS_HXX_
 
@@ -50,8 +67,12 @@ namespace YACS
     CORBA::Any *convertPyObjectCorba(const TypeCode *t,PyObject *ob);
     std::string convertPyObjectXml(const TypeCode * t,PyObject* ob);
     YACS::ENGINE::Any *convertPyObjectNeutral(const TypeCode *t,PyObject* ob);
+    PyObject* convertPyObjectPyObject(const TypeCode *t,PyObject *ob);
+    std::string convertPyObjectToString(PyObject* ob);
+    bool checkPyObject(const TypeCode *t,PyObject* ob);
 
     PyObject *convertXmlPyObject(const TypeCode * t,xmlDocPtr doc,xmlNodePtr cur );
+    PyObject *convertXmlStrPyObject(const TypeCode * t,std::string data );
     CORBA::Any *convertXmlCorba(const TypeCode * t,xmlDocPtr doc,xmlNodePtr cur );
     YACS::ENGINE::Any *convertXmlNeutral(const TypeCode * t,xmlDocPtr doc,xmlNodePtr cur );