//File: DAISAESession.idl #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 #include module DAIS { module AlarmsAndEvents { interface Session : DAIS::Session { readonly attribute Subscription::Home subscription_home; readonly attribute Area::Home area_home; readonly attribute Source::Home source_home; readonly attribute ConditionSpace::Home condition_space_home; readonly attribute SourceCondition::Home source_condition_home; readonly attribute Reason::Home reason_home; readonly attribute Type::Home type_home; readonly attribute Property::Home property_home; };};}; #endif // _DAIS_AESESSION_IDL