< prev index next >

src/java.corba/share/classes/com/sun/corba/se/impl/ior/GenericTaggedComponent.java

Print this page

        

*** 32,44 **** import com.sun.corba.se.spi.ior.iiop.GIOPVersion ; import com.sun.corba.se.spi.ior.TaggedComponent ; - /** - * @author - */ public class GenericTaggedComponent extends GenericIdentifiable implements TaggedComponent { public GenericTaggedComponent( int id, InputStream is ) { --- 32,41 ----
*** 50,61 **** super( id, data ) ; } /** * @return org.omg.IOP.TaggedComponent - * @exception - * @author */ public org.omg.IOP.TaggedComponent getIOPComponent( ORB orb ) { return new org.omg.IOP.TaggedComponent( getId(), getData() ) ; --- 47,56 ----
< prev index next >