예제 #1
0
파일: hello.cs 프로젝트: parrol/CorbaC-Java
 public static MiddTec.CORBA.TypeCode type()
 {
     if (_typeCode == null)
     {
         _typeCode = create_type();
     }
     return(_typeCode);
 }
예제 #2
0
파일: hello.cs 프로젝트: parrol/CorbaC-Java
 public static MiddTec.CORBA.TypeCode create_type()
 {
     MiddTec.CORBA.TypeCode typeCode = MiddTec.CORBA._ORB.ORB().create_interface_tc(id(), "Greetings");
     return(typeCode);
 }