summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TAO/tests/Timeout/test.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/Timeout/test.idl b/TAO/tests/Timeout/test.idl
index d84cfa23a23..5481e3f26f0 100644
--- a/TAO/tests/Timeout/test.idl
+++ b/TAO/tests/Timeout/test.idl
@@ -4,9 +4,9 @@
interface Simple_Server {
+ /// Returns <x>, but sleep for <msecs> milliseconds before returning
long echo (in long x, in long msecs);
- // Returns <x>, but sleep for <msecs> milliseconds before returning
+ /// Shutdown the ORB
oneway void shutdown ();
- // Shutdown the ORB
};