1 //=============================================================================
5 * @author Bala Natarajan <bala@cs.wustl.edu>
7 //=============================================================================
15 #include <QtGui/qapplication.h>
16 #include <QtCore/qobject.h>
18 class LCD_Display_imp
: public QObject
,
19 public POA_LCD_Display
24 * LCD_Display implementation class
27 * Implements the LCD_Display interface in test.idl
32 LCD_Display_imp (CORBA::ORB_ptr
);
38 void send_val (CORBA::Long val
);
41 void set_value (int val
);
48 #endif /* SERVER_TEST_I_H */