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

interface Simple_Server {

  oneway void set_x_angle (in long x);
  oneway void set_y_angle (in long y);
  // Set the X and Y angles in the view port..

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