idl/Registry.idl : temporarily changed register_Application
[platform/core/uifw/at-spi2-atk.git] / idl / Event.idl
index 3d32618..1d9a2ea 100644 (file)
 
 #include <Bonobo.idl>
 
-#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
-
 module Accessibility
 {
   interface Accessible;
@@ -54,8 +42,4 @@ module Accessibility
 
 };
 
-#if !defined(__ACCESSIBILITY_EVENT_COMPILATION) && defined(__ORBIT_IDL__)
-#pragma inhibit pop
-#endif
-
 #endif