corba/src/java.corba/share/classes/com/sun/corba/se/impl/ior/POAObjectKeyTemplate.java
changeset 30383 45960fdbe465
parent 25862 a5e25d68f971
equal deleted inserted replaced
30073:989253a902c3 30383:45960fdbe465
    40 
    40 
    41 import com.sun.corba.se.spi.ior.ObjectAdapterId ;
    41 import com.sun.corba.se.spi.ior.ObjectAdapterId ;
    42 
    42 
    43 import com.sun.corba.se.impl.ior.ObjectKeyFactoryImpl ;
    43 import com.sun.corba.se.impl.ior.ObjectKeyFactoryImpl ;
    44 
    44 
    45 /**
       
    46  * @author
       
    47  */
       
    48 public final class POAObjectKeyTemplate extends NewObjectKeyTemplateBase
    45 public final class POAObjectKeyTemplate extends NewObjectKeyTemplateBase
    49 {
    46 {
    50     /** This constructor reads the template ONLY from the stream.
    47     /** This constructor reads the template ONLY from the stream.
    51     */
    48     */
    52     public POAObjectKeyTemplate( ORB orb, int magic, int scid, InputStream is )
    49     public POAObjectKeyTemplate( ORB orb, int magic, int scid, InputStream is )