From: skv Date: Thu, 20 Oct 2016 09:08:39 +0000 (+0300) Subject: 0023366: [CEA 1972] Porting Salome to GCC 6 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=52111d0ad7a0d8acccc1bb4e49bb5877d949b844;p=modules%2Fyacs.git 0023366: [CEA 1972] Porting Salome to GCC 6 --- diff --git a/src/Container/SALOME_ComponentPy.py b/src/Container/SALOME_ComponentPy.py index 5386477ce..a9ce718b8 100755 --- a/src/Container/SALOME_ComponentPy.py +++ b/src/Container/SALOME_ComponentPy.py @@ -64,7 +64,7 @@ class SALOME_ComponentPy_i (Engines__POA.EngineComponent): #------------------------------------------------------------------------- def __init__ (self, orb, poa, contID, containerName, - instanceName, interfaceName, notif=0): + instanceName, interfaceName, notif=False): # Notif for notification services # NOT YET IMPLEMENTED MESSAGE( "SALOME_ComponentPy_i::__init__" + " " + str (containerName) + " " + str(instanceName) + " " + str(interfaceName) )