From 67af2b3e0ee7984839461d7e6f1878d66aaa9fad Mon Sep 17 00:00:00 2001 From: vsr Date: Mon, 21 Mar 2011 08:34:40 +0000 Subject: [PATCH] Bug IPAL22334: SALOME hangs-up on any GEOM operation if SALOME data server is running in standalone mode. --- idl/SALOMEDS.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }; -- 2.39.2