555657585960616263
public IRObject getReference() { if (ref == null) { ref = org.omg.CORBA.ConstantDefHelper.narrow( servantToReference(new ConstantDefPOATie(this))); } return ref; }
757677787980818283
public IRObject getReference() { if (ref == null) { ref = org.omg.CORBA.ConstantDefHelper.narrow( servantToReference(new ConstantDefPOATie(this)) ); } return ref; }
37383940414243444546
/* */ } /* */ /* */ public IRObject getReference() /* */ { /* 78 */ if (this.ref == null) { /* 79 */ this.ref = ConstantDefHelper.narrow(servantToReference(new ConstantDefPOATie(this))); /* */ } /* */ /* 82 */ return this.ref; /* */ }
575859606162636465