API revisions: tweaks to key event API, added some reserved slots for
[platform/core/uifw/at-spi2-atk.git] / idl / Accessibility_Action.idl
index 7a458c7..cbb1ea8 100644 (file)
@@ -76,6 +76,14 @@ module Accessibility {
      *   "" if none exists.
      **/
     string getKeyBinding (in long index);
+
+    /**
+     * unImplemented:
+     *
+     * placeholders for future expansion.
+     */
+    void unImplemented ();
+    void unImplemented2 ();
   };
 };