corba/src/java.corba/share/classes/org/omg/CORBA/_PolicyStub.java
changeset 32688 936c391804a5
parent 25862 a5e25d68f971
equal deleted inserted replaced
32550:6521875cb63e 32688:936c391804a5
    24  */
    24  */
    25 package org.omg.CORBA;
    25 package org.omg.CORBA;
    26 
    26 
    27 
    27 
    28 /**
    28 /**
    29 * The Stub for <tt>Policy</tt>.  For more information on
    29 * The Stub for {@code Policy}. For more information on
    30 * Stub files, see <a href="doc-files/generatedfiles.html#stub">
    30 * Stub files, see <a href="doc-files/generatedfiles.html#stub">
    31 * "Generated Files: Stubs"</a>.<P>
    31 * "Generated Files: Stubs"</a>.<P>
    32 * org/omg/CORBA/_PolicyStub.java
    32 * org/omg/CORBA/_PolicyStub.java
    33 * Generated by the IDL-to-Java compiler (portable), version "3.0"
    33 * Generated by the IDL-to-Java compiler (portable), version "3.0"
    34 * from ../../../../../src/share/classes/org/omg/PortableServer/corba.idl.
    34 * from ../../../../../src/share/classes/org/omg/PortableServer/corba.idl.
    45   public _PolicyStub ()
    45   public _PolicyStub ()
    46   {
    46   {
    47     super ();
    47     super ();
    48   }
    48   }
    49 
    49 
    50   /** Constructs a <code>_PolicyStub</code> object initialized
    50   /** Constructs a {@code _PolicyStub} object initialized
    51    * with the given <code>Delegate</code> object.
    51    * with the given {@code Delegate} object.
    52    *
    52    *
    53    * @param delegate a Delegate Object
    53    * @param delegate a Delegate Object
    54    */
    54    */
    55   public _PolicyStub (org.omg.CORBA.portable.Delegate delegate)
    55   public _PolicyStub (org.omg.CORBA.portable.Delegate delegate)
    56   {
    56   {