From: rahuel Date: Wed, 19 Oct 2005 09:31:54 +0000 (+0000) Subject: New method WaitKill X-Git-Tag: V3_1_0a3~18 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=a0e4a51d1a9291dbd28ab8b5d57266a2754d159f;p=samples%2Fcomponent.git New method WaitKill --- diff --git a/idl/SIGNALSComponent.idl b/idl/SIGNALSComponent.idl index a116dcf..2bd4fac 100755 --- a/idl/SIGNALSComponent.idl +++ b/idl/SIGNALSComponent.idl @@ -33,6 +33,7 @@ module SuperVisionTest { interface SIGNALSComponent : Engines::Component { long SIGSEGVfunc() ; long SIGFPEfunc( in long a , in long b ) ; + void WaitKill() ; }; };