Beispiel #1
0
 public static Ice.DispatchStatus otherEntityFromLink___(RepoApi obj__, IceInternal.Incoming inS__, Ice.Current current__)
 {
     checkMode__(Ice.OperationMode.Idempotent, current__.mode);
     IceInternal.BasicStream is__ = inS__.istr();
     is__.startReadEncaps();
     string linkId;
     linkId = is__.readString();
     string firstNode;
     firstNode = is__.readString();
     is__.endReadEncaps();
     IceInternal.BasicStream os__ = inS__.ostr();
     string ret__ = obj__.otherEntityFromLink(linkId, firstNode, current__);
     os__.writeString(ret__);
     return Ice.DispatchStatus.DispatchOK;
 }