//File: DAISAESession.idl // 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_AESESSION_IDL #define _DAIS_AESESSION_IDL #pragma prefix "omg.org" // Common Information #include #include #include // Events and Alarms #include #include #include #include #include #include //7086 #include module DAIS { module AlarmsAndEvents { interface Session : DAIS::Session { readonly attribute Subscription::IHome subscription_home; //6320 readonly attribute Area::IHome area_home; //6320 readonly attribute Source::IHome source_home; //6320 readonly attribute ConditionSpace::IHome condition_space_home; //6320 readonly attribute SourceCondition::IHome source_condition_home; //6320 readonly attribute Category::IHome category_home; //7086 & 6320 readonly attribute Type::IHome type_home; //6320 readonly attribute Property::IHome property_home; //6320 };};}; #endif // _DAIS_AESESSION_IDL