Issue 620: CORBA_string is not defined (c_mapping-rtf) Source: (, ) Nature: Uncategorized Severity: Summary: Summary: Section 14.28.1, 14.28.2, 14.29: CORBA_string is not defined anywhere in the code sample. These should be typedefed as CORBA_char * or char * Resolution: Revised Text: Actions taken: July 9, 1997: received issue June 8, 1999: moved from C++ to C Mapping RTF 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:06:47 +0100 From: Stephen McNamara Section 14.28.1, 14.28.2, 14.29 The code sample contains the following line; typedef CORBA_string CORBA_ORBId; typedef CORBA_string CORBA_OAid; typedef CORBA_string CORBA_ORB_ObjectId; However CORBA_string is not defined anywhere. These should be typedefed as CORBA_char * or char *. stephen