//File: DAISDASession.idl #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::Home group_home; readonly attribute SimpleIO::Home simple_io_home; readonly attribute Node::Home node_home; readonly attribute Item::Home item_home; readonly attribute Type::Home type_home; readonly attribute Property::Home property_home; };};}; #endif // _DAIS_DA_SESSION_IDL