From: vsr Date: Mon, 21 Mar 2011 08:34:40 +0000 (+0000) Subject: Bug IPAL22334: SALOME hangs-up on any GEOM operation if SALOME data server is running... X-Git-Tag: Start_BR_19998_21191~14 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=67af2b3e0ee7984839461d7e6f1878d66aaa9fad;p=modules%2Fkernel.git Bug IPAL22334: SALOME hangs-up on any GEOM operation if SALOME data server is running in standalone mode. --- diff --git a/idl/SALOMEDS.idl b/idl/SALOMEDS.idl index 3ad806384..86da76230 100644 --- a/idl/SALOMEDS.idl +++ b/idl/SALOMEDS.idl @@ -95,7 +95,7 @@ during each working session. interface Observer { - void notifyObserverID(in string theID, in long event); + oneway void notifyObserverID(in string theID, in long event); };