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 /protobuf/test/cpp | |
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 'protobuf/test/cpp')
-rw-r--r-- | protobuf/test/cpp/Test.ice | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protobuf/test/cpp/Test.ice b/protobuf/test/cpp/Test.ice index ad337be770f..cdcc754e927 100644 --- a/protobuf/test/cpp/Test.ice +++ b/protobuf/test/cpp/Test.ice @@ -19,7 +19,7 @@ module Test ["cpp:type:test::Message"] sequence<byte> Message; -["ami"] class MyClass +class MyClass { void shutdown(); |