-
Key: CORBA23-239
-
Legacy Issue Number: 1321
-
Status: closed
-
Source: Anonymous
-
Summary:
Summary: On p. 6-63 of orbos/98-01-18, the get_value_def() method is defined in
the helper class as:public static org.omg.CORBA.ValueDef get_value_def();
Currently, there is no portable way to implement this method for all
vendor ORB"s. One suggestion is to pass an ORB implementation instance
as parameter:get_value_def(org.omg.CORBA.ORB orb);
and then add a method to the ORB class such as:
get_value_def(String idl_name);
Thus a portable implementation could be
public static org.omg.CORBA.ValueDef get_value_def(org.omg.CORBA.ORB
{ return orb.get_value_def(id()); }
orb) -
Reported: CORBA 2.2 — Thu, 14 May 1998 04:00 GMT
-
Disposition: Resolved — CORBA 2.3
-
Disposition Summary:
-
Updated: Sun, 8 Mar 2015 21:42 GMT
CORBA23 — public static org.omg.CORBA.ValueDef get_value_def();
- Key: CORBA23-239
- OMG Task Force: CORBA Core 2.3 RTF