From a0e4a51d1a9291dbd28ab8b5d57266a2754d159f Mon Sep 17 00:00:00 2001 From: rahuel Date: Wed, 19 Oct 2005 09:31:54 +0000 Subject: [PATCH] New method WaitKill --- idl/SIGNALSComponent.idl | 1 + 1 file changed, 1 insertion(+) 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() ; }; }; -- 2.39.2