summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xTAO/tests/QtTests/test.idl9
1 files changed, 3 insertions, 6 deletions
diff --git a/TAO/tests/QtTests/test.idl b/TAO/tests/QtTests/test.idl
index 0dbfb7228ac..1dc08b44be6 100755
--- a/TAO/tests/QtTests/test.idl
+++ b/TAO/tests/QtTests/test.idl
@@ -2,12 +2,9 @@
interface LCD_Display
{
- void send_val (in long val);
- //void start ();
- // Start the Stop watch
-
- //void stop ();
- // Stop the watch
+ void send_val (in long val);
+ // Remote method through which the
+ // slider sets the value of the lcd display
void shutdown ();
// Shutdown the ORB