summaryrefslogtreecommitdiff
path: root/TAO/tests/QtTests/test.idl
diff options
context:
space:
mode:
authorbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-10-21 18:13:25 +0000
committerbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-10-21 18:13:25 +0000
commit9d3a1cc3aa9c320ae24cd55f19062f45cbba6be7 (patch)
tree0af1304a0cfc4d8fec67785277272b61afd415e0 /TAO/tests/QtTests/test.idl
parent29356058875b22dc99bc4c6a2e125316b426fb74 (diff)
downloadATCD-9d3a1cc3aa9c320ae24cd55f19062f45cbba6be7.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/tests/QtTests/test.idl')
-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