diff options
author | Jose <jose@zeroc.com> | 2014-09-24 21:06:55 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2014-09-24 21:06:55 +0200 |
commit | b1087d646fa93c4208dd227d0c9df323ff7c858b (patch) | |
tree | 48532138bffdfac0dc5c818593d9c1958cfeeeb5 /cpp/demo | |
parent | PHP dependency fixes (diff) | |
download | ice-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.ice | 2 |
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 |