X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=idl%2FEvent.idl;h=2574a806eeadc2f6c912c888c669f123af9fc58c;hb=31dcfbfe1181a558e4e1b8381ca397943bb96a78;hp=3d326180c7391366ba94be238319eac72814d27e;hpb=5d480319bfc6e106a9cfda9cd4509ec626e9f50d;p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git diff --git a/idl/Event.idl b/idl/Event.idl index 3d32618..2574a80 100644 --- a/idl/Event.idl +++ b/idl/Event.idl @@ -23,19 +23,7 @@ #ifndef __ACCESSIBILITY_EVENT_DEFINED__ #define __ACCESSIBILITY_EVENT_DEFINED__ -#include - -#if !defined(__ACCESSIBILITY_EVENT_COMPILATION) && defined(__ORBIT_IDL__) -%{ -#pragma include_defs Accessible.h -#pragma include_defs Event.h -%} -#pragma inhibit push -#endif - -#pragma inhibit push -#include "Accessible.idl" -#pragma inhibit pop +#include module Accessibility { @@ -43,19 +31,16 @@ module Accessibility struct Event { string type; - Accessible target; + Accessible source; long detail1; long detail2; }; interface EventListener : Bonobo::Unknown { + attribute long hash_id; oneway void notifyEvent (in Event e); }; }; -#if !defined(__ACCESSIBILITY_EVENT_COMPILATION) && defined(__ORBIT_IDL__) -#pragma inhibit pop -#endif - #endif