summaryrefslogtreecommitdiff
path: root/TAO/tests/QtTests/test.idl
blob: 1dc08b44be6c6193055d02455a8a4cd1468653c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
// $Id$

interface LCD_Display
{
  void send_val (in long val);
  // Remote method through which the 
  // slider sets the value of the lcd display

  void shutdown ();
  // Shutdown the ORB
};