summaryrefslogtreecommitdiff
path: root/TAO/tests/QtTests/test.idl
blob: d65cc24720a5fedecec9ee4ceb9f4c1d10090f4f (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
};