//File: DAISAECategory.idl //7086 // Change history // DAIS RTF 1.1 6320 2004-10-01 CORBA 3 Home key word collision // DAIS RTF 1.1 7086 2004-09-09 Reason is renamed to Category #ifndef _DAIS_AECATEGORY_IDL //7086 #define _DAIS_AECATEGORY_IDL //7086 #pragma prefix "omg.org" #include module DAIS { module AlarmsAndEvents { module Category { //7086 interface IHome : Node::IHome //6320 { Node::Descriptions get_main_categories (); //7086 PropertyIDs get_event_properties ( in ResourceID category //7086 ); }; };};}; #endif // _DAIS_AECATEGORY_IDL //7086