summaryrefslogtreecommitdiff
path: root/cpp/demo
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2014-09-24 21:06:55 +0200
committerJose <jose@zeroc.com>2014-09-24 21:06:55 +0200
commitb1087d646fa93c4208dd227d0c9df323ff7c858b (patch)
tree48532138bffdfac0dc5c818593d9c1958cfeeeb5 /cpp/demo
parentPHP dependency fixes (diff)
downloadice-b1087d646fa93c4208dd227d0c9df323ff7c858b.tar.bz2
ice-b1087d646fa93c4208dd227d0c9df323ff7c858b.tar.xz
ice-b1087d646fa93c4208dd227d0c9df323ff7c858b.zip
Fixed (ICE-5511) - Consider removing the deprecated AMI mapping
Diffstat (limited to 'cpp/demo')
-rw-r--r--cpp/demo/Glacier2/winrt/chat/Chat.ice2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/demo/Glacier2/winrt/chat/Chat.ice b/cpp/demo/Glacier2/winrt/chat/Chat.ice
index f578076b5bb..907f1f1b50e 100644
--- a/cpp/demo/Glacier2/winrt/chat/Chat.ice
+++ b/cpp/demo/Glacier2/winrt/chat/Chat.ice
@@ -16,7 +16,7 @@ module Demo
interface ChatCallback
{
- ["ami"] void message(string data);
+ void message(string data);
};
interface ChatSession extends Glacier2::Session