From: vsr Date: Mon, 24 Oct 2016 08:02:35 +0000 (+0300) Subject: 0023366: [CEA 1972] Porting Salome to GCC 6 X-Git-Tag: V8_2_0a1^0 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=8ba259f4aa7da1ee5428acf8c808ea225a68c1ef;p=samples%2Fpycalculator.git 0023366: [CEA 1972] Porting Salome to GCC 6 --- diff --git a/src/PYCALCULATOR/PYCALCULATOR.py b/src/PYCALCULATOR/PYCALCULATOR.py index 4d1f20c..4ad9a14 100755 --- a/src/PYCALCULATOR/PYCALCULATOR.py +++ b/src/PYCALCULATOR/PYCALCULATOR.py @@ -57,7 +57,7 @@ class PYCALCULATOR(PYCALCULATOR_ORB__POA.PYCALCULATOR_Gen, SALOME_ComponentPy.SA containerName, # SALOME container name instanceName, # component instance name interfaceName, # component interface name - 0) # notification flag (for notification server) + False) # notification flag (for notification server) self._naming_service = SALOME_ComponentPy.SALOME_NamingServicePy_i(self._orb)