summaryrefslogtreecommitdiff
path: root/TAO/interop-tests/wchar/interop_wchar.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/interop-tests/wchar/interop_wchar.idl')
-rw-r--r--TAO/interop-tests/wchar/interop_wchar.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/TAO/interop-tests/wchar/interop_wchar.idl b/TAO/interop-tests/wchar/interop_wchar.idl
index 8b8a7ca3b56..bb15e237584 100644
--- a/TAO/interop-tests/wchar/interop_wchar.idl
+++ b/TAO/interop-tests/wchar/interop_wchar.idl
@@ -14,8 +14,6 @@ module interop {
any st_any;
};
- typedef sequence< wstruct > wstructseq;
-
enum wchar_types {is_wchar, is_wstring, is_warray};
union wunion switch (wchar_types) {
@@ -44,9 +42,6 @@ module interop {
boolean wstruct_to_server (in wstruct test, in short key);
wstruct wstruct_from_server (in short key);
- boolean wstructseq_to_server (in wstructseq test, in short key);
- wstructseq wstructseq_from_server (in short key);
-
boolean wunion_to_server (in wunion test, in short key);
wunion wunion_from_server (in short key, in wchar_types type);