提交 319f51f0 编写于 作者: S skoppar

7004713: regression: cannot find symbol: variable delegate failed compile _Stub

Summary: Also reviewed by ken.cavanaugh@oracle.com
Reviewed-by: asaha
上级 0e12ab6d
......@@ -347,6 +347,7 @@ public class Stub implements AuxGen
stream.println (" org.omg.CORBA.ORB orb = org.omg.CORBA.ORB.init (args, props);");
stream.println (" try {");
stream.println (" org.omg.CORBA.Object obj = orb.string_to_object (str);");
stream.println (" org.omg.CORBA.portable.Delegate delegate = ((org.omg.CORBA.portable.ObjectImpl) obj)._get_delegate ();");
stream.println (" _set_delegate (delegate);");
stream.println (" } finally {");
stream.println (" orb.destroy() ;");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册