Salome HOME
0023366: [CEA 1972] Porting Salome to GCC 6 V8_2_0a1 V8_2_0b1
authorvsr <vsr@opencascade.com>
Mon, 24 Oct 2016 08:02:35 +0000 (11:02 +0300)
committervsr <vsr@opencascade.com>
Mon, 24 Oct 2016 08:02:35 +0000 (11:02 +0300)
src/PYCALCULATOR/PYCALCULATOR.py

index 4d1f20c4bfd80b930f9225ff7a367a839b3821fd..4ad9a149e1c7b6a52d43774aecf49490687e2f23 100755 (executable)
@@ -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)