X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=idl%2FAccessibility_Application.idl;h=6ecd658bc7f011f359f38b13bc5657e2dc006779;hb=ee75de39f4e8247f694b328163fc974ba791305f;hp=528d63c9920d7d47878f917de5c57a3c48a65281;hpb=5d480319bfc6e106a9cfda9cd4509ec626e9f50d;p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git diff --git a/idl/Accessibility_Application.idl b/idl/Accessibility_Application.idl index 528d63c..6ecd658 100644 --- a/idl/Accessibility_Application.idl +++ b/idl/Accessibility_Application.idl @@ -26,17 +26,6 @@ #include #include -#if !defined(__ACCESSIBILITY_APPLICATION_COMPILATION) && defined(__ORBIT_IDL__) -%{ -#pragma include_defs Application.h -%} -#pragma inhibit push -#endif - -#pragma inhibit push -#include "Accessible.idl" -#pragma inhibit pop - module Accessibility { interface Application : Accessible { @@ -56,11 +45,10 @@ module Accessibility { readonly attribute string version; /** - * Get the application's process ID in the operating system's - * process table. + * Get the application instance's unique ID as assigned by the registry. * **/ - readonly attribute string id; + attribute string id; /** * pause: @@ -83,8 +71,4 @@ module Accessibility { }; }; -#if !defined(__ACCESSIBILITY_APPLICATION_COMPILATION) && defined(__ORBIT_IDL__) -#pragma inhibit pop -#endif - #endif