summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Latency/DII/Test.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/performance-tests/Latency/DII/Test.idl')
-rw-r--r--TAO/performance-tests/Latency/DII/Test.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/performance-tests/Latency/DII/Test.idl b/TAO/performance-tests/Latency/DII/Test.idl
index 3f26904a3f0..c41a5194042 100644
--- a/TAO/performance-tests/Latency/DII/Test.idl
+++ b/TAO/performance-tests/Latency/DII/Test.idl
@@ -21,6 +21,6 @@ module Test
Timestamp test_method (in Timestamp send_time);
/// Shutdown the ORB
- void shutdown ();
+ oneway void shutdown ();
};
};