Esempio n. 1
0
 public override void setAuthenticator_async(Murmur.AMD_Server_setAuthenticator cb__, Murmur.ServerAuthenticatorPrx auth, Ice.Current current__)
 {
     cb__.ice_response();
 }
Esempio n. 2
0
 public Task SetAuthenticator(Murmur.ServerAuthenticatorPrx sa)
 {
     return(FixIce.FromAsyncVoid(sa, S.begin_setAuthenticator, S.end_setAuthenticator));
 }