summaryrefslogtreecommitdiff
path: root/csharp/test/Slice/keyword/Client.cs
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2016-07-28 17:20:25 +0200
committerJose <jose@zeroc.com>2016-07-28 17:20:25 +0200
commit01b16509653339f9e60d82241bcac9b2d9e32f4d (patch)
tree82748f040e0382a3098f279cb617ef30c7df9f1f /csharp/test/Slice/keyword/Client.cs
parentRemove php from cross tests if not VC140 (diff)
downloadice-01b16509653339f9e60d82241bcac9b2d9e32f4d.tar.bz2
ice-01b16509653339f9e60d82241bcac9b2d9e32f4d.tar.xz
ice-01b16509653339f9e60d82241bcac9b2d9e32f4d.zip
CShasp Ice.Value mapping
Diffstat (limited to 'csharp/test/Slice/keyword/Client.cs')
-rw-r--r--csharp/test/Slice/keyword/Client.cs8
1 files changed, 4 insertions, 4 deletions
diff --git a/csharp/test/Slice/keyword/Client.cs b/csharp/test/Slice/keyword/Client.cs
index 686c7c3d6c4..603ccb30043 100644
--- a/csharp/test/Slice/keyword/Client.cs
+++ b/csharp/test/Slice/keyword/Client.cs
@@ -36,7 +36,7 @@ public class Client
}
}
- public sealed class delegateI : @abstract.@delegate
+ public sealed class delegateI : @abstract.delegateDisp_
{
public override void foo(@abstract.casePrx @else, out int @event, Ice.Current current__)
{
@@ -44,7 +44,7 @@ public class Client
}
}
- public sealed class explicitI : @abstract.@explicit
+ public sealed class explicitI : @abstract.explicitDisp_
{
public override void
catchAsync(int @checked, Action<int> response, Action<Exception> exception, Ice.Current current__)
@@ -112,11 +112,11 @@ public class Client
d1.@default();
}
test(d1 == null);
- @abstract.@delegate e = new delegateI();
+ @abstract.@delegate e = new @abstract.@delegate();
test(e != null);
@abstract.@delegatePrx e1 = null;
test(e1 == null);
- @abstract.@explicit f = new explicitI();
+ @abstract.@explicit f = new @abstract.@explicit();
test(f != null);
@abstract.@explicitPrx f1 = null;
if(f1 != null)