summaryrefslogtreecommitdiff
path: root/cs/demo/Ice/throughput/ThroughputI.cs
diff options
context:
space:
mode:
Diffstat (limited to 'cs/demo/Ice/throughput/ThroughputI.cs')
-rwxr-xr-xcs/demo/Ice/throughput/ThroughputI.cs42
1 files changed, 21 insertions, 21 deletions
diff --git a/cs/demo/Ice/throughput/ThroughputI.cs b/cs/demo/Ice/throughput/ThroughputI.cs
index 6b93036b8f6..0b94466cfff 100755
--- a/cs/demo/Ice/throughput/ThroughputI.cs
+++ b/cs/demo/Ice/throughput/ThroughputI.cs
@@ -24,7 +24,7 @@ public sealed class ThroughputI : ThroughputDisp_
_structSeq = new StringDouble[StringDoubleSeqSize.value];
for(int i = 0; i < StringDoubleSeqSize.value; ++i)
{
- _structSeq[i] = new StringDouble();
+ _structSeq[i] = new StringDouble();
_structSeq[i].s = "hello";
_structSeq[i].d = 3.14;
}
@@ -49,13 +49,13 @@ public sealed class ThroughputI : ThroughputDisp_
public override byte[] recvByteSeq(Ice.Current current)
{
if(_warmup)
- {
+ {
return _emptyByteSeq;
- }
- else
- {
+ }
+ else
+ {
return _byteSeq;
- }
+ }
}
public override byte[] echoByteSeq(byte[] seq, Ice.Current current)
@@ -70,13 +70,13 @@ public sealed class ThroughputI : ThroughputDisp_
public override string[] recvStringSeq(Ice.Current current)
{
if(_warmup)
- {
+ {
return _emptyStringSeq;
- }
- else
- {
+ }
+ else
+ {
return _stringSeq;
- }
+ }
}
public override string[] echoStringSeq(string[] seq, Ice.Current current)
@@ -91,13 +91,13 @@ public sealed class ThroughputI : ThroughputDisp_
public override StringDouble[] recvStructSeq(Ice.Current current)
{
if(_warmup)
- {
+ {
return _emptyStructSeq;
- }
- else
- {
+ }
+ else
+ {
return _structSeq;
- }
+ }
}
public override StringDouble[] echoStructSeq(StringDouble[] seq, Ice.Current current)
@@ -112,13 +112,13 @@ public sealed class ThroughputI : ThroughputDisp_
public override Fixed[] recvFixedSeq(Ice.Current current)
{
if(_warmup)
- {
+ {
return _emptyFixedSeq;
- }
- else
- {
+ }
+ else
+ {
return _fixedSeq;
- }
+ }
}
public override Fixed[] echoFixedSeq(Fixed[] seq, Ice.Current current)