]> SALOME platform Git repositories - samples/component.git/commitdiff
Salome HOME
New method WaitKill
authorrahuel <rahuel@opencascade.com>
Wed, 19 Oct 2005 09:31:54 +0000 (09:31 +0000)
committerrahuel <rahuel@opencascade.com>
Wed, 19 Oct 2005 09:31:54 +0000 (09:31 +0000)
idl/SIGNALSComponent.idl

index a116dcf0818b3f995087ba69fef2e6b5b270819a..2bd4fac63fe4a0c169cbc6ab7a5b57fc96716c20 100755 (executable)
@@ -33,6 +33,7 @@ module SuperVisionTest {
   interface SIGNALSComponent : Engines::Component {
     long SIGSEGVfunc() ;
     long SIGFPEfunc( in long a , in long b ) ;
+    void WaitKill() ;
   };
 };