Updated role enumeration in Accessibility_Role.idl.
[platform/core/uifw/at-spi2-atk.git] / cspi / spi-statetypes.h
index 7d94a57..778ab8a 100644 (file)
@@ -1,11 +1,11 @@
 #ifndef _SPI_STATETYPES_H_
 #define _SPI_STATETYPES_H_
 
-/*
- *
- * Enumerated type for accessible state
- *
- */
+#ifdef  __cplusplus
+extern "C" {
+#endif
+
+/* Enumerated type for accessible state */
 
 typedef enum
 {
@@ -86,4 +86,8 @@ typedef enum
   SPI_STATE_LAST_DEFINED
 } AccessibleState;
 
+#ifdef  __cplusplus
+}
+#endif
+
 #endif