Issue 621: C mapping for list_initial_services is incorrect (cxx_revision) Source: (, ) Nature: Uncategorized Severity: Summary: Summary: Section 14.29: The C mapping for list_initial_services is incorrect and should return a pointer to a sequence (example in corresponding archive file) Resolution: Fixed in CORBA 2.2 editing process Revised Text: Actions taken: July 9, 1997: received issue February 26, 1998: closed issue Discussion: End of Annotations:===== Return-Path: To: c-rev-wg@omg.org cc: orb_revision@omg.org Subject: testsuite issue Date: Wed, 09 Jul 1997 16:07:25 +0100 From: Stephen McNamara Section 14.29 The C mapping for list_initial_services is incorrect it should return a pointer to a sequence as shown below. CORBA_ORB_ObjectIdList *CORBA_ORB_list_initial_services ( CORBA_ORB orb, CORBA_Environment *env); stephen