//File: DAISDASession.idl // Change history // DAIS RTF 1.1 6320 2004-10-01 CORBA 3 Home key word collision #ifndef _DAIS_DA_SESSION_IDL #define _DAIS_DA_SESSION_IDL #pragma prefix "omg.org" // Common Information #include #include #include // Data Access interface #include #include #include #include #include module DAIS { module DataAccess { interface Session : DAIS::Session { readonly attribute Group::IHome group_home; //6320 readonly attribute SimpleIO::IHome simple_io_home; //6320 readonly attribute Node::IHome node_home; //6320 readonly attribute Item::IHome item_home; //6320 readonly attribute Type::IHome type_home; //6320 readonly attribute Property::IHome property_home; //6320 };};}; #endif // _DAIS_DA_SESSION_IDL