28653f6ccf8018a797640ca3830d853d0e3d18b6
[platform/core/uifw/at-spi2-atk.git] / cspi / spi-impl.h
1 #ifndef _SPI_IMPL_H_
2 #define _SPI_IMPL_H_
3
4 #include <orb/orbit.h>
5
6 typedef unsigned int boolean;
7
8 typedef CORBA_Object Accessible;
9 typedef CORBA_Object AccessibleAction;
10 typedef CORBA_Object AccessibleApplication;
11 typedef CORBA_Object AccessibleComponent;
12 typedef CORBA_Object AccessibleEditableText;
13 typedef CORBA_Object AccessibleHyperlink;
14 typedef CORBA_Object AccessibleHypertext;
15 typedef CORBA_Object AccessibleImage;
16 typedef CORBA_Object AccessibleRelation;
17 typedef CORBA_Object AccessibleSelection;
18 typedef CORBA_Object AccessibleStateSet;
19 typedef CORBA_Object AccessibleTable;
20 typedef CORBA_Object AccessibleText;
21 typedef CORBA_Object AccessibleValue;
22 typedef CORBA_Object Accessibility_Registry;
23
24 #endif