diff options
-rw-r--r-- | TAO/tests/Timeout/test.idl | 4 |
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 }; |