/** module file including common constructs for phases and rock CORBA objects. $Id: common.idl,v 1.2 2007/09/19 21:26:45 kress Exp $ @author Victor Kress $Revision: 1.2 $ */ #include module common { /// structure to hold client data struct ClientData { /// language string language; /// language vendor string lang_vendor; /// language version string lang_version; /// CORBA vendor string corba_vendor; /// CORBA vendor version string corba_version; /// CORBA specification number string corba_spec; /// operating system name string os_name; /// operating system architecture string os_arch; /// operating system version string os_version; /// user name string user_name; /// locale info string locale; /// time zone info string time_zone; /// canonical host name string canonical_hostname; /// host address string host_address; /// host name string host_name; }; };