Exemplo n.º 1
0
Arquivo: Server.cs Projeto: zmyer/ice
 public ServantLocatorI(bool async)
 {
     if (async)
     {
         _blobject = new BlobjectAsyncI();
     }
     else
     {
         _blobject = new BlobjectI();
     }
 }
Exemplo n.º 2
0
 public ServantLocatorI(bool async)
 {
     if(async)
     {
         _blobject = new BlobjectAsyncI();
     }
     else
     {
         _blobject = new BlobjectI();
     }
 }