//File: HDAISBrowse.idl #ifndef _HDAIS_BROWSE_IDL #define _HDAIS_BROWSE_IDL #include #include #include #include #include #include #pragma prefix "omg.org" module DAIS { module HDA { module Browse { interface IHome //6320 { readonly attribute Node::IHome node_home; //6320 readonly attribute Item::IHome item_home; //6320 readonly attribute Property::IHome property_home; //6320 readonly attribute Type::IHome type_home; //6320 readonly attribute Aggregate::IHome aggregate_home; //6320 readonly attribute ItemAttribute::IHome item_attribute_home; //6320 readonly attribute DateTime browse_base_time; }; };};}; #endif // _HDAIS_BROWSE_IDL