=default for generated implementation copy ctor
[ACE_TAO.git] / TAO / tests / QtTests / test.idl
blobe05b5b90acdcad0a7405bee463cf640dadd23186
1 interface LCD_Display
3 void send_val (in long val);
4 // Remote method through which the
5 // slider sets the value of the lcd display
7 void shutdown ();
8 // Shutdown the ORB
9 };