Esempio n. 1
0
 public static MiddTec.CORBA.TypeCode type()
 {
     if (_typeCode == null)
     {
         _typeCode = create_type();
     }
     return(_typeCode);
 }
Esempio n. 2
0
 public static MiddTec.CORBA.TypeCode create_type()
 {
     MiddTec.CORBA.TypeCode typeCode = MiddTec.CORBA._ORB.ORB().create_interface_tc(id(), "Greetings");
     return(typeCode);
 }