コード例 #1
0
ファイル: hello.cs プロジェクト: parrol/CorbaC-Java
 public GreetingsPOATie(GreetingsOperations impl, MiddTec.PortableServer.POA poa)
 {
     this._impl    = impl;
     this._poa_tie = poa;
 }
コード例 #2
0
ファイル: hello.cs プロジェクト: parrol/CorbaC-Java
 public GreetingsPOATie(GreetingsOperations impl)
 {
     this._impl = impl;
 }