From 26f3edebbc0f603a6ee2ab261e1cf549e7759b86 Mon Sep 17 00:00:00 2001 From: rahuel Date: Wed, 19 Oct 2005 09:32:54 +0000 Subject: [PATCH] New methods to check instances of components --- idl/SyrComponent.idl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/idl/SyrComponent.idl b/idl/SyrComponent.idl index aaa3335..725c931 100755 --- a/idl/SyrComponent.idl +++ b/idl/SyrComponent.idl @@ -44,6 +44,8 @@ module SuperVisionTest { long C_M3P1( in long anOddInteger ) ; long C_DIV2( in long anEvenInteger ) ; long C_INCR( in long aCount ) ; + void CPP_SETLONG( in long aLong ) ; + long CPP_ADDTOLONG( in long anIncr ) ; long C_MIN( in long aMinVal , in long anInteger ) ; long C_MAX( in long aMaxVal , in long anInteger ) ; ListOfSyr C_LISTOFSYR() ; -- 2.39.2