< prev index next >

src/java.corba/share/classes/org/omg/CORBA/_PolicyStub.java

Print this page

        

*** 24,34 **** */ package org.omg.CORBA; /** ! * The Stub for <tt>Policy</tt>. For more information on * Stub files, see <a href="doc-files/generatedfiles.html#stub"> * "Generated Files: Stubs"</a>.<P> * org/omg/CORBA/_PolicyStub.java * Generated by the IDL-to-Java compiler (portable), version "3.0" * from ../../../../../src/share/classes/org/omg/PortableServer/corba.idl. --- 24,34 ---- */ package org.omg.CORBA; /** ! * The Stub for {@code Policy}. For more information on * Stub files, see <a href="doc-files/generatedfiles.html#stub"> * "Generated Files: Stubs"</a>.<P> * org/omg/CORBA/_PolicyStub.java * Generated by the IDL-to-Java compiler (portable), version "3.0" * from ../../../../../src/share/classes/org/omg/PortableServer/corba.idl.
*** 45,56 **** public _PolicyStub () { super (); } ! /** Constructs a <code>_PolicyStub</code> object initialized ! * with the given <code>Delegate</code> object. * * @param delegate a Delegate Object */ public _PolicyStub (org.omg.CORBA.portable.Delegate delegate) { --- 45,56 ---- public _PolicyStub () { super (); } ! /** Constructs a {@code _PolicyStub} object initialized ! * with the given {@code Delegate} object. * * @param delegate a Delegate Object */ public _PolicyStub (org.omg.CORBA.portable.Delegate delegate) {
< prev index next >