Added makefile support for cspi directory.
[platform/core/uifw/at-spi2-atk.git] / cspi / spi-impl.h
1 /*
2  * Note: this header is a private implementation header, clients of
3  *       the at-spi interfaces or the C bindings in libcspi should
4  *       not depend on any of the information in this file directly,
5  *       as it it not intended for use as a public interface.
6  *
7  *    You have been warned !
8  */
9
10 #ifndef _SPI_IMPL_H_
11 #define _SPI_IMPL_H_
12
13 #include <orbit/orbit.h>
14 #include "Accessibility.h"
15
16 typedef unsigned int boolean;
17
18 typedef CORBA_Object Accessible;
19 typedef CORBA_Object AccessibleAction;
20 typedef CORBA_Object AccessibleApplication;
21 typedef CORBA_Object AccessibleComponent;
22 typedef CORBA_Object AccessibleEditableText;
23 typedef CORBA_Object AccessibleHyperlink;
24 typedef CORBA_Object AccessibleHypertext;
25 typedef CORBA_Object AccessibleImage;
26 typedef CORBA_Object AccessibleRelation;
27 typedef CORBA_Object AccessibleSelection;
28 typedef CORBA_Object AccessibleStateSet;
29 typedef CORBA_Object AccessibleTable;
30 typedef CORBA_Object AccessibleText;
31 typedef CORBA_Object AccessibleValue;
32 typedef CORBA_Object AccessibilityRegistry;
33
34 #endif