diff options
author | bala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-10-21 18:13:25 +0000 |
---|---|---|
committer | bala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-10-21 18:13:25 +0000 |
commit | 9d3a1cc3aa9c320ae24cd55f19062f45cbba6be7 (patch) | |
tree | 0af1304a0cfc4d8fec67785277272b61afd415e0 /TAO/tests/QtTests/test.idl | |
parent | 29356058875b22dc99bc4c6a2e125316b426fb74 (diff) | |
download | ATCD-9d3a1cc3aa9c320ae24cd55f19062f45cbba6be7.tar.gz |
*** empty log message ***
Diffstat (limited to 'TAO/tests/QtTests/test.idl')
-rwxr-xr-x | TAO/tests/QtTests/test.idl | 9 |
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 |