示例#1
0
文件: KeeICE.cs 项目: hathagat/KeeFox
 public static Ice.DispatchStatus addClient___(KP obj__, IceInternal.Incoming inS__, Ice.Current current__)
 {
     checkMode__(Ice.OperationMode.Normal, current__.mode);
     IceInternal.BasicStream is__ = inS__.istr();
     is__.startReadEncaps();
     Ice.Identity ident;
     ident = null;
     if(ident == null)
     {
         ident = new Ice.Identity();
     }
     ident.read__(is__);
     is__.endReadEncaps();
     obj__.addClient(ident, current__);
     return Ice.DispatchStatus.DispatchOK;
 }