// // Copyright (c) ZeroC, Inc. All rights reserved. // using System.Threading.Tasks; using System.Collections.Generic; namespace Ice { namespace seqMapping { namespace AMD { public sealed class MyClassI : Test.MyClassDisp_ { public override Task shutdownAsync(Ice.Current current) { current.adapter.getCommunicator().shutdown(); return null; } public override Task opAByteSAsync(byte[] i, Ice.Current current) { return Task.FromResult(new Test.MyClass_OpAByteSResult(i, i)); } public override Task opLByteSAsync(List i, Ice.Current current) { return Task.FromResult(new Test.MyClass_OpLByteSResult(i, i)); } public override Task opKByteSAsync(LinkedList i, Ice.Current current) { return Task.FromResult(new Test.MyClass_OpKByteSResult(i, i)); } public override Task opQByteSAsync(Queue i, Ice.Current current) { return Task.FromResult(new Test.MyClass_OpQByteSResult(i, i)); } public override Task opSByteSAsync(Stack i, Ice.Current current) { return Task.FromResult(new Test.MyClass_OpSByteSResult(i, i)); } public override Task opABoolSAsync(bool[] i, Ice.Current current) { return Task.FromResult(new Test.MyClass_OpABoolSResult(i, i)); } public override Task opLBoolSAsync(List i, Ice.Current current) { return Task.FromResult(new Test.MyClass_OpLBoolSResult(i, i)); } public override Task opKBoolSAsync(LinkedList i, Ice.Current current) { return Task.FromResult(new Test.MyClass_OpKBoolSResult(i, i)); } public override Task opQBoolSAsync(Queue i, Ice.Current current) { return Task.FromResult(new Test.MyClass_OpQBoolSResult(i, i)); } public override Task opSBoolSAsync(Stack i, Ice.Current current) { return Task.FromResult(new Test.MyClass_OpSBoolSResult(i, i)); } public override Task opAShortSAsync(short[] i, Ice.Current current) { return Task.FromResult(new Test.MyClass_OpAShortSResult(i, i)); } public override Task opLShortSAsync(List i, Ice.Current current) { return Task.FromResult(new Test.MyClass_OpLShortSResult(i, i)); } public override Task opKShortSAsync(LinkedList i, Ice.Current current) { return Task.FromResult(new Test.MyClass_OpKShortSResult(i, i)); } public override Task opQShortSAsync(Queue i, Ice.Current current) { return Task.FromResult(new Test.MyClass_OpQShortSResult(i, i)); } public override Task opSShortSAsync(Stack i, Ice.Current current) { return Task.FromResult(new Test.MyClass_OpSShortSResult(i, i)); } public override Task opAIntSAsync(int[] i, Ice.Current current) { return Task.FromResult(new Test.MyClass_OpAIntSResult(i, i)); } public override Task opLIntSAsync(List i, Ice.Current current) { return Task.FromResult(new Test.MyClass_OpLIntSResult(i, i)); } public override Task opKIntSAsync(LinkedList i, Ice.Current current) { return Task.FromResult(new Test.MyClass_OpKIntSResult(i, i)); } public override Task opQIntSAsync(Queue i, Ice.Current current) { return Task.FromResult(new Test.MyClass_OpQIntSResult(i, i)); } public override Task opSIntSAsync(Stack i, Ice.Current current) { return Task.FromResult(new Test.MyClass_OpSIntSResult(i, i)); } public override Task opALongSAsync(long[] i, Ice.Current current) { return Task.FromResult(new Test.MyClass_OpALongSResult(i, i)); } public override Task opLLongSAsync(List i, Ice.Current current) { return Task.FromResult(new Test.MyClass_OpLLongSResult(i, i)); } public override Task opKLongSAsync(LinkedList i, Ice.Current current) { return Task.FromResult(new Test.MyClass_OpKLongSResult(i, i)); } public override Task opQLongSAsync(Queue i, Ice.Current current) { return Task.FromResult(new Test.MyClass_OpQLongSResult(i, i)); } public override Task opSLongSAsync(Stack i, Ice.Current current) { return Task.FromResult(new Test.MyClass_OpSLongSResult(i, i)); } public override Task opAFloatSAsync(float[] i, Ice.Current current) { return Task.FromResult(new Test.MyClass_OpAFloatSResult(i, i)); } public override Task opLFloatSAsync(List i, Ice.Current current) { return Task.FromResult(new Test.MyClass_OpLFloatSResult(i, i)); } public override Task opKFloatSAsync(LinkedList i, Ice.Current current) { return Task.FromResult(new Test.MyClass_OpKFloatSResult(i, i)); } public override Task opQFloatSAsync(Queue i, Ice.Current current) { return Task.FromResult(new Test.MyClass_OpQFloatSResult(i, i)); } public override Task opSFloatSAsync(Stack i, Ice.Current current) { return Task.FromResult(new Test.MyClass_OpSFloatSResult(i, i)); } public override Task opADoubleSAsync(double[] i, Ice.Current current) { return Task.FromResult(new Test.MyClass_OpADoubleSResult(i, i)); } public override Task opLDoubleSAsync(List i, Ice.Current current) { return Task.FromResult(new Test.MyClass_OpLDoubleSResult(i, i)); } public override Task opKDoubleSAsync(LinkedList i, Ice.Current current) { return Task.FromResult(new Test.MyClass_OpKDoubleSResult(i, i)); } public override Task opQDoubleSAsync(Queue i, Ice.Current current) { return Task.FromResult(new Test.MyClass_OpQDoubleSResult(i, i)); } public override Task opSDoubleSAsync(Stack i, Ice.Current current) { return Task.FromResult(new Test.MyClass_OpSDoubleSResult(i, i)); } public override Task opAStringSAsync(string[] i, Ice.Current current) { return Task.FromResult(new Test.MyClass_OpAStringSResult(i, i)); } public override Task opLStringSAsync(List i, Ice.Current current) { return Task.FromResult(new Test.MyClass_OpLStringSResult(i, i)); } public override Task opKStringSAsync(LinkedList i, Ice.Current current) { return Task.FromResult(new Test.MyClass_OpKStringSResult(i, i)); } public override Task opQStringSAsync(Queue i, Ice.Current current) { return Task.FromResult(new Test.MyClass_OpQStringSResult(i, i)); } public override Task opSStringSAsync(Stack i, Ice.Current current) { return Task.FromResult(new Test.MyClass_OpSStringSResult(i, i)); } public override Task opAObjectSAsync(Ice.Value[] i, Ice.Current current) { return Task.FromResult(new Test.MyClass_OpAObjectSResult(i, i)); } public override Task opLObjectSAsync(List i, Ice.Current current) { return Task.FromResult(new Test.MyClass_OpLObjectSResult(i, i)); } public override Task opAObjectPrxSAsync(Ice.ObjectPrx[] i, Ice.Current current) { return Task.FromResult(new Test.MyClass_OpAObjectPrxSResult(i, i)); } public override Task opLObjectPrxSAsync(List i, Ice.Current current) { return Task.FromResult(new Test.MyClass_OpLObjectPrxSResult(i, i)); } public override Task opKObjectPrxSAsync(LinkedList i, Ice.Current current) { return Task.FromResult(new Test.MyClass_OpKObjectPrxSResult(i, i)); } public override Task opQObjectPrxSAsync(Queue i, Ice.Current current) { return Task.FromResult(new Test.MyClass_OpQObjectPrxSResult(i, i)); } public override Task opSObjectPrxSAsync(Stack i, Ice.Current current) { return Task.FromResult(new Test.MyClass_OpSObjectPrxSResult(i, i)); } public override Task opAStructSAsync(Test.S[] i, Ice.Current current) { return Task.FromResult(new Test.MyClass_OpAStructSResult(i, i)); } public override Task opLStructSAsync(List i, Ice.Current current) { return Task.FromResult(new Test.MyClass_OpLStructSResult(i, i)); } public override Task opKStructSAsync(LinkedList i, Ice.Current current) { return Task.FromResult(new Test.MyClass_OpKStructSResult(i, i)); } public override Task opQStructSAsync(Queue i, Ice.Current current) { return Task.FromResult(new Test.MyClass_OpQStructSResult(i, i)); } public override Task opSStructSAsync(Stack i, Ice.Current current) { return Task.FromResult(new Test.MyClass_OpSStructSResult(i, i)); } public override Task opAStructSDAsync(Test.SD[] i, Ice.Current current) { return Task.FromResult(new Test.MyClass_OpAStructSDResult(i, i)); } public override Task opLStructSDAsync(List i, Ice.Current current) { return Task.FromResult(new Test.MyClass_OpLStructSDResult(i, i)); } public override Task opKStructSDAsync(LinkedList i, Ice.Current current) { return Task.FromResult(new Test.MyClass_OpKStructSDResult(i, i)); } public override Task opQStructSDAsync(Queue i, Ice.Current current) { return Task.FromResult(new Test.MyClass_OpQStructSDResult(i, i)); } public override Task opSStructSDAsync(Stack i, Ice.Current current) { return Task.FromResult(new Test.MyClass_OpSStructSDResult(i, i)); } public override Task opACVSAsync(Test.CV[] i, Ice.Current current) { return Task.FromResult(new Test.MyClass_OpACVSResult(i, i)); } public override Task opLCVSAsync(List i, Ice.Current current) { return Task.FromResult(new Test.MyClass_OpLCVSResult(i, i)); } public override Task opAIPrxSAsync(Test.IPrx[] i, Ice.Current current) { return Task.FromResult(new Test.MyClass_OpAIPrxSResult(i, i)); } public override Task opLIPrxSAsync(List i, Ice.Current current) { return Task.FromResult(new Test.MyClass_OpLIPrxSResult(i, i)); } public override Task opKIPrxSAsync(LinkedList i, Ice.Current current) { return Task.FromResult(new Test.MyClass_OpKIPrxSResult(i, i)); } public override Task opQIPrxSAsync(Queue i, Ice.Current current) { return Task.FromResult(new Test.MyClass_OpQIPrxSResult(i, i)); } public override Task opSIPrxSAsync(Stack i, Ice.Current current) { return Task.FromResult(new Test.MyClass_OpSIPrxSResult(i, i)); } public override Task opACRSAsync(Test.CR[] i, Ice.Current current) { return Task.FromResult(new Test.MyClass_OpACRSResult(i, i)); } public override Task opLCRSAsync(List i, Ice.Current current) { return Task.FromResult(new Test.MyClass_OpLCRSResult(i, i)); } public override Task opAEnSAsync(Test.En[] i, Ice.Current current) { return Task.FromResult(new Test.MyClass_OpAEnSResult(i, i)); } public override Task opLEnSAsync(List i, Ice.Current current) { return Task.FromResult(new Test.MyClass_OpLEnSResult(i, i)); } public override Task opKEnSAsync(LinkedList i, Ice.Current current) { return Task.FromResult(new Test.MyClass_OpKEnSResult(i, i)); } public override Task opQEnSAsync(Queue i, Ice.Current current) { return Task.FromResult(new Test.MyClass_OpQEnSResult(i, i)); } public override Task opSEnSAsync(Stack i, Ice.Current current) { return Task.FromResult(new Test.MyClass_OpSEnSResult(i, i)); } public override Task opCustomIntSAsync(Custom i, Ice.Current current) { return Task.FromResult(new Test.MyClass_OpCustomIntSResult(i, i)); } public override Task opCustomCVSAsync(Custom i, Ice.Current current) { return Task.FromResult(new Test.MyClass_OpCustomCVSResult(i, i)); } public override Task opCustomIntSSAsync(Custom> i, Ice.Current current) { return Task.FromResult(new Test.MyClass_OpCustomIntSSResult(i, i)); } public override Task opCustomCVSSAsync(Custom> i, Ice.Current current) { return Task.FromResult(new Test.MyClass_OpCustomCVSSResult(i, i)); } public override Task opSerialSmallCSharpAsync(Serialize.Small i, Ice.Current current) { return Task.FromResult(new Test.MyClass_OpSerialSmallCSharpResult(i, i)); } public override Task opSerialLargeCSharpAsync(Serialize.Large i, Ice.Current current) { return Task.FromResult(new Test.MyClass_OpSerialLargeCSharpResult(i, i)); } public override Task opSerialStructCSharpAsync(Serialize.Struct i, Ice.Current current) { return Task.FromResult(new Test.MyClass_OpSerialStructCSharpResult(i, i)); } } } } }