summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/stringConverter/Test.ice
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Ice/stringConverter/Test.ice')
-rw-r--r--cpp/test/Ice/stringConverter/Test.ice2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/test/Ice/stringConverter/Test.ice b/cpp/test/Ice/stringConverter/Test.ice
index 3c8d19d4342..2a9df0fe395 100644
--- a/cpp/test/Ice/stringConverter/Test.ice
+++ b/cpp/test/Ice/stringConverter/Test.ice
@@ -18,6 +18,8 @@ interface MyObject
{
["cpp:type:wstring"] string widen(string msg) throws BadEncodingException;
string narrow(["cpp:type:wstring"] string wmsg);
+
+ void shutdown();
};
};