Salome HOME
Update copyright information
[modules/superv.git] / src / Supervision / batchmode_SuperV.py
index 9dfb5e00f5d229c7017fc80b3d32c92c37587da7..0fe44f2b31e8780f2c26a7915c628ed4d5a6073a 100644 (file)
@@ -1,14 +1,29 @@
 #! /usr/bin/env python
+#  Copyright (C) 2007-2008  CEA/DEN, EDF R&D, OPEN CASCADE
 #
-#  SUPERV Supervision : contains the implementation of interfaces of SuperVision described in SUPERV.idl
+#  Copyright (C) 2003-2007  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.
 #
-#  Copyright (C) 2003  CEA/DEN, EDF R&D
+#  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
 #
+#  SUPERV Supervision : contains the implementation of interfaces of SuperVision described in SUPERV.idl
 #  File   : batchmode_SuperV.py
 #  Module : SUPERV
-
+#
 try :
     from batchmode_salome import orb
     from batchmode_salome import lcc
@@ -834,7 +849,7 @@ class Graph(GNode):
         aService = NodeComponent.GetService( anInterface , aService )
         #if SuperVision.Swig :
             #aService = Service_Swig( aService )
-        aNode = self.G.FNode( aComponent , anInterface , aService, 1 )
+        aNode = self.G.FNode( aComponent , anInterface , aService, SALOME_ModuleCatalog.SO )
         if aNode != None :
             aNode.isCimpl = 1
             myNode = FNode( aNode , self.G.Verbose )
@@ -1008,6 +1023,8 @@ class Graph(GNode):
         if self.G.Verbose :
             print ErrMsg
         return aLink
+    def Messages( self ):
+        return self.G.Messages()
     def Import( self , anXmlFileName ):
         return self.G.Import( anXmlFileName )
     def Export( self , anXmlFileName ):