예제 #1
0
파일: hello.cs 프로젝트: parrol/CorbaC-Java
 public Greetings _this(MiddTec.CORBA.ORB orb)
 {
     return(GreetingsHelper.narrow(base._this_object(orb)));
 }
예제 #2
0
파일: hello.cs 프로젝트: parrol/CorbaC-Java
 public Greetings _this()
 {
     return(GreetingsHelper.narrow(base._this_object( )));
 }