Added directory 'util' for accessibility-related
[platform/core/uifw/at-spi2-atk.git] / idl / Relation.idl
index 018c6b5..d1a526b 100644 (file)
 #ifndef _ACCESSIBILITY_RELATION_IDL
 #define _ACCESSIBILITY_RELATION_IDL
 
-#if !defined(__ACCESSIBILITY_RELATION_COMPILATION) && defined(__ORBIT_IDL__)
-%{
-#pragma include_defs Relation.h
-%}
-#pragma inhibit push
-#endif
-
 module Accessibility {
 
   enum RelationType {
@@ -41,9 +34,7 @@ module Accessibility {
   };
 
   /*
-   *
    * This interface inherits from a base class implementing ref counts.
-   *
    */
 
   interface Relation {
@@ -52,8 +43,4 @@ module Accessibility {
   };
 };
 
-#if !defined(__ACCESSIBILITY_RELATION_COMPILATION) && defined(__ORBIT_IDL__)
-#pragma inhibit pop
-#endif
-
 #endif