API revisions: tweaks to key event API, added some reserved slots for
[platform/core/uifw/at-spi2-atk.git] / idl / Accessibility_Relation.idl
index b562ffc..9a8931a 100644 (file)
@@ -43,6 +43,9 @@ module Accessibility {
     RelationType        getRelationType ();
     short               getNTargets ();
     Object             getTarget (in short index);
+    /* placeholders for future expansion */
+    void unImplemented ();
+    void unImplemented2 ();
   };
 };