summaryrefslogtreecommitdiff
path: root/TAO/tests/QtTests/test.idl
blob: e05b5b90acdcad0a7405bee463cf640dadd23186 (plain)
1
2
3
4
5
6
7
8
9
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
};