summaryrefslogtreecommitdiff
path: root/TAO/tests/Blocking_Sync_None/Test.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Blocking_Sync_None/Test.idl')
-rw-r--r--TAO/tests/Blocking_Sync_None/Test.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Blocking_Sync_None/Test.idl b/TAO/tests/Blocking_Sync_None/Test.idl
index 5e8a1360b7e..46596465827 100644
--- a/TAO/tests/Blocking_Sync_None/Test.idl
+++ b/TAO/tests/Blocking_Sync_None/Test.idl
@@ -21,6 +21,6 @@ module Test
in unsigned long sleep_microseconds);
/// Shutdown the server
- oneway void shutdown ();
+ void shutdown ();
};
};