Go to the documentation of this file.00001 #ifndef _CDB_PROPS_IDL_
00002
00003 #define _CDB_PROPS_IDL_
00004
00005 #include <baci.idl>
00006
00007 #pragma prefix "alma"
00008
00009 module CDB_PROPS{
00010 interface cdbProps : ACS::ACSComponent{
00011 long runTest();
00012 };
00013 };
00014
00015 #endif