summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>1999-10-21 18:13:25 +0000
committerbala <balanatarajan@users.noreply.github.com>1999-10-21 18:13:25 +0000
commit5553c181df1de63dc5cfbde0ced4ffdf0f2efe97 (patch)
tree0af1304a0cfc4d8fec67785277272b61afd415e0
parent17b2bf162f5367953e7092b3fa08da59444c09c8 (diff)
downloadATCD-5553c181df1de63dc5cfbde0ced4ffdf0f2efe97.tar.gz
*** empty log message ***
-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