00001 #ifndef _MC_TESTCOMPONENT_ 00002 #define _MC_TESTCOMPONENT_ 00003 00004 #include <acscommon.idl> 00005 #include <baci.idl> 00006 00007 00008 #pragma prefix "alma" 00009 00010 00011 module TMCDB 00012 { 00013 00014 00015 interface MCtestComponent : ACS::CharacteristicComponent 00016 { 00017 readonly attribute ACS::ROdoubleSeq doubleSeqProp; 00018 readonly attribute ACS::ROdouble doubleProp; 00019 00021 void reset(); 00022 };//interface MCTestComponent 00023 00024 00025 };//module TMCDB 00026 00027 #endif