<2001-10-13 Louise Miller <louise.miller@sun.com>
authorlouised <louised@e2bd861d-eb25-0410-b326-f6ed22b6b98c>
Wed, 17 Oct 2001 19:18:38 +0000 (19:18 +0000)
committerlouised <louised@e2bd861d-eb25-0410-b326-f6ed22b6b98c>
Wed, 17 Oct 2001 19:18:38 +0000 (19:18 +0000)
        * idl/Accessible.idl, idl/Application.idl, idl/Desktop.idl,
        idl/Event.idl, idl/Registry.idl
        Changed these files to include Bonobo_Unknown.idl instead
        of Bonobo.idl

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@78 e2bd861d-eb25-0410-b326-f6ed22b6b98c

13 files changed:
ChangeLog
idl/Accessibility.idl
idl/Accessibility_Accessible.idl
idl/Accessibility_Application.idl
idl/Accessibility_Desktop.idl
idl/Accessibility_Event.idl
idl/Accessibility_Registry.idl
idl/Accessible.idl
idl/Application.idl
idl/Desktop.idl
idl/Event.idl
idl/Registry.idl
po/ChangeLog

index b6193b1..bd9c187 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+<2001-10-13  Louise Miller <louise.miller@sun.com>
+
+       * idl/Accessible.idl, idl/Application.idl, idl/Desktop.idl,
+       idl/Event.idl, idl/Registry.idl
+       Changed these files to include Bonobo_Unknown.idl instead
+       of Bonobo.idl
+
 <2001-09-10  Marc Mulcahy <marc.mulcahy@sun.com
        libspi/component.c libspi/component.h:
                Fixed typo.  Added assertions for object checks in AccessibleComponent code.
index f858a87..c2b425c 100644 (file)
 #ifndef _ACCESSIBILITY_IDL_
 #define _ACCESSIBILITY_IDL_
 
-#if !defined(__ACCESSIBILITY_COMPILATION__) && defined(__ORBIT_IDL__)
+#ifndef  __ACCESSIBILITY_COMPILATION__
+#ifdef   __ORBIT_IDL__
 %{
 #pragma include_defs Accessibility.h
 %}
 #pragma inhibit push
 #endif
+#endif
 
 /*
  * Accessibility interfaces and subinterfaces
 #include <Registry.idl>
 #include <Role.idl>
 
-#if !defined(__ACCESSIBILITY_COMPILATION__) && defined(__ORBIT_IDL__)
+#ifndef __ACCESSIBILITY_COMPILATION__
+#ifdef  __ORBIT_IDL__
 #pragma inhibit pop
 #endif
+#endif
 
 #endif
index 79785e7..09735cb 100644 (file)
@@ -23,7 +23,7 @@
 #ifndef _ACCESSIBILITY_ACCESSIBLE_IDL
 #define _ACCESSIBILITY_ACCESSIBLE_IDL
 
-#include <Bonobo.idl>
+#include <Bonobo_Unknown.idl>
 
 #include "Relation.idl"
 #include "State.idl"
@@ -65,7 +65,7 @@ module Accessibility {
      * return values: a #boolean indicating whether the two object references
      *         point to the same object. 
      **/
-    boolean isEqual (in Accessible object);
+    boolean isEqual (in Accessible obj);
 
     /**
      * getChildAtIndex:
index a41db3a..05139bc 100644 (file)
@@ -23,7 +23,7 @@
 #ifndef __ACCESSIBILITY_APPLICATION_DEFINED__
 #define __ACCESSIBILITY_APPLICATION_DEFINED__
 
-#include <Bonobo.idl>
+#include <Bonobo_Unknown.idl>
 #include <Accessible.idl>
 
 module Accessibility {
index 635fee5..5702fb3 100644 (file)
@@ -23,7 +23,7 @@
 #ifndef __ACCESSIBILITY_DESKTOP_DEFINED__
 #define __ACCESSIBILITY_DESKTOP_DEFINED__
 
-#include <Bonobo.idl>
+#include <Bonobo_Unknown.idl>
 #include <Accessible.idl>
 
 module Accessibility {
index 3e9d01a..2574a80 100644 (file)
@@ -23,7 +23,7 @@
 #ifndef __ACCESSIBILITY_EVENT_DEFINED__
 #define __ACCESSIBILITY_EVENT_DEFINED__
 
-#include <Bonobo.idl>
+#include <Bonobo_Unknown.idl>
 
 module Accessibility
 {
index 5f42d87..96da28b 100644 (file)
@@ -20,7 +20,7 @@
  * Boston, MA 02111-1307, USA.
  */
 
-#include <Bonobo.idl>
+#include <Bonobo_Unknown.idl>
 #include <Event.idl>
 #include <Application.idl>
 #include <Desktop.idl>
index 79785e7..09735cb 100644 (file)
@@ -23,7 +23,7 @@
 #ifndef _ACCESSIBILITY_ACCESSIBLE_IDL
 #define _ACCESSIBILITY_ACCESSIBLE_IDL
 
-#include <Bonobo.idl>
+#include <Bonobo_Unknown.idl>
 
 #include "Relation.idl"
 #include "State.idl"
@@ -65,7 +65,7 @@ module Accessibility {
      * return values: a #boolean indicating whether the two object references
      *         point to the same object. 
      **/
-    boolean isEqual (in Accessible object);
+    boolean isEqual (in Accessible obj);
 
     /**
      * getChildAtIndex:
index a41db3a..05139bc 100644 (file)
@@ -23,7 +23,7 @@
 #ifndef __ACCESSIBILITY_APPLICATION_DEFINED__
 #define __ACCESSIBILITY_APPLICATION_DEFINED__
 
-#include <Bonobo.idl>
+#include <Bonobo_Unknown.idl>
 #include <Accessible.idl>
 
 module Accessibility {
index 635fee5..5702fb3 100644 (file)
@@ -23,7 +23,7 @@
 #ifndef __ACCESSIBILITY_DESKTOP_DEFINED__
 #define __ACCESSIBILITY_DESKTOP_DEFINED__
 
-#include <Bonobo.idl>
+#include <Bonobo_Unknown.idl>
 #include <Accessible.idl>
 
 module Accessibility {
index 3e9d01a..2574a80 100644 (file)
@@ -23,7 +23,7 @@
 #ifndef __ACCESSIBILITY_EVENT_DEFINED__
 #define __ACCESSIBILITY_EVENT_DEFINED__
 
-#include <Bonobo.idl>
+#include <Bonobo_Unknown.idl>
 
 module Accessibility
 {
index 5f42d87..96da28b 100644 (file)
@@ -20,7 +20,7 @@
  * Boston, MA 02111-1307, USA.
  */
 
-#include <Bonobo.idl>
+#include <Bonobo_Unknown.idl>
 #include <Event.idl>
 #include <Application.idl>
 #include <Desktop.idl>
index e973262..9131b2f 100644 (file)
@@ -1,3 +1,7 @@
+2001-10-13  gettextize  <bug-gnu-utils@gnu.org>
+
+       * Makefile.in.in: Upgrade to gettext-0.10.38.
+
 2001-10-10  gettextize  <bug-gnu-utils@gnu.org>
 
        * Makefile.in.in: Upgrade to gettext-0.10.38.