Fix for 95827, adds API for registering "AccessibleDeviceListeners"
[platform/core/uifw/at-spi2-atk.git] / idl / Accessibility_Accessible.idl
index d3e7e40..191ef7d 100644 (file)
@@ -124,6 +124,11 @@ module Accessibility {
      * Returns: a @StateSet encapsulating the currently true states of the object.
      **/
     StateSet   getState ();
+
+    void        unImplemented ();
+    void        unImplemented2 ();
+    void        unImplemented3 ();
+    void        unImplemented4 ();
   };
 };