Added makefile support for cspi directory.
[platform/core/uifw/at-spi2-atk.git] / cspi / spi-impl.h
index 28653f6..82779f2 100644 (file)
@@ -1,7 +1,17 @@
+/*
+ * Note: this header is a private implementation header, clients of
+ *       the at-spi interfaces or the C bindings in libcspi should
+ *       not depend on any of the information in this file directly,
+ *       as it it not intended for use as a public interface.
+ *
+ *    You have been warned !
+ */
+
 #ifndef _SPI_IMPL_H_
 #define _SPI_IMPL_H_
 
-#include <orb/orbit.h>
+#include <orbit/orbit.h>
+#include "Accessibility.h"
 
 typedef unsigned int boolean;
 
@@ -19,6 +29,6 @@ typedef CORBA_Object AccessibleStateSet;
 typedef CORBA_Object AccessibleTable;
 typedef CORBA_Object AccessibleText;
 typedef CORBA_Object AccessibleValue;
-typedef CORBA_Object Accessibility_Registry;
+typedef CORBA_Object AccessibilityRegistry;
 
 #endif