Issue 11012: 2.3.3 SDOSystemElement Interface (sdo-rtf) Source: Hitachi (Dr. Ken-ichiroh Kawakami, kenichiro.kawakami.kp@hitachi.com) Nature: Revision Severity: Summary: -------------- No.1: -------------- [Description in the specification (04-11-01.pdf)] <Page 2-18> 2.3.3 SDOSystemElement Interface [Current IDL(in 04-11-01.pdf and 04-11-02.txt)] <Line132> interface SDOSystemElement { OrganizationList get_owned, organizations() raises (NotAvailable); [IDL (corrected description)] interface SDOSystemElement { OrganizationList get_owned_organizations() raises (NotAvailable); Resolution: ',' has been corrected to '_'. Revised Text: interface SDOSystemElement { OrganizationList get_owned_organizations() raises (NotAvailable,InternalError); } Actions taken: May 17, 2007: received issue July 18, 2008: closed issue Discussion: End of Annotations:===== s is issue # 11012 mailFrom: kenichiro.kawakami.kp@hitachi.com 2.3.3 SDOSystemElement Interface [Description in the specification (04-11-01.pdf)] 2.3.3 SDOSystemElement Interface [Current IDL(in 04-11-01.pdf and 04-11-02.txt)] interface SDOSystemElement { OrganizationList get_owned, organizations() raises (NotAvailable); [IDL (corrected description)] interface SDOSystemElement { OrganizationList get_owned_organizations() raises (NotA