Ejemplo n.º 1
0
 public static synchronized org.omg.CORBA.TypeCode type() {
   if (__typeCode == null) {
     __typeCode =
         org.omg
             .CORBA
             .ORB
             .init()
             .create_interface_tc(
                 com.sun.corba.se.spi.activation.ActivatorHelper.id(), "Activator");
   }
   return __typeCode;
 }