1 7 15 16 package org.omg.CORBA_2_3.portable; 17 18 import org.omg.CORBA_2_3.portable.Delegate ; 19 20 30 31 32 public abstract class ObjectImpl extends org.omg.CORBA.portable.ObjectImpl { 33 34 38 public java.lang.String _get_codebase() { 39 org.omg.CORBA.portable.Delegate delegate = _get_delegate(); 40 if (delegate instanceof Delegate ) 41 return ((Delegate ) delegate).get_codebase(this); 42 return null; 43 } 44 } 45 | Popular Tags |