Example #1
0
 public GreetingsPOATie(GreetingsOperations impl, MiddTec.PortableServer.POA poa)
 {
     this._impl    = impl;
     this._poa_tie = poa;
 }
Example #2
0
 public GreetingsPOATie(GreetingsOperations impl)
 {
     this._impl = impl;
 }