Salome HOME
Bug IPAL22334: SALOME hangs-up on any GEOM operation if SALOME data server is running...
authorvsr <vsr@opencascade.com>
Mon, 21 Mar 2011 08:34:40 +0000 (08:34 +0000)
committervsr <vsr@opencascade.com>
Mon, 21 Mar 2011 08:34:40 +0000 (08:34 +0000)
idl/SALOMEDS.idl

index 3ad806384c3b622485d86264fa483965750b84c1..86da762303fa571d444bf563d8ae870464ff3da7 100644 (file)
@@ -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);
   };