//File: HDAISSession.idl // Change history // DAIS RTF 1.1 6320 2004-10-01 CORBA 3 Home key word collision // HDAIS FTF 6415 2004-09-09 Conformance options supported #ifndef _HDAIS_SESSION_IDL #define _HDAIS_SESSION_IDL #include #include #include #include #include #include #include #pragma prefix "omg.org" module DAIS { module HDA { interface Session : DAIS::Session, Connection { readonly attribute HDASupportedFunctions supported_functions; //6415 readonly attribute ValueIO::IHome item_value_home; //6320 readonly attribute ModifiedValueIO::IHome modified_item_value_home; //6320 readonly attribute ItemAttributeIO::IHome item_attribute_home; //6320 readonly attribute AnnotationIO::IHome annotation_home; //6320 Browse::IHome create_browser ( //6320 in DateTime browse_base_time); }; };}; #endif // _HDAIS_SESSION_IDL