Changed some IDL parameter names to avoid name collisions.
authorbillh <billh@e2bd861d-eb25-0410-b326-f6ed22b6b98c>
Wed, 30 Aug 2006 11:21:10 +0000 (11:21 +0000)
committerbillh <billh@e2bd861d-eb25-0410-b326-f6ed22b6b98c>
Wed, 30 Aug 2006 11:21:10 +0000 (11:21 +0000)
This is not a code/logic change so it should not be subject to the
code freeze, it should be completely invisible to the bindings and
all the source/implementation code.  Thanks to Gary Cramblitt for the patch.

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

ChangeLog
idl/Accessibility_Registry.idl
idl/Accessibility_Selector.idl
idl/Accessibility_State.idl

index 50fb703..1a6cc67 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2006-08-30  Bill Haneman <bill.haneman@sun.com>
+
+       * idl/*.idl:
+       Changed some parameter names so as not to 
+       collide with class names - allows IDL to be compiled with
+       OMNIorb compiler.  Thanks to Gary Cramblitt for this patch.
+       
 2006-08-22  Bill Haneman <bill.haneman@sun.com>
 
        * atk-bridge/bridge.c:
index c683fea..17d4a34 100644 (file)
@@ -74,17 +74,17 @@ module Accessibility {
 
        /**
          * Register a new application with the accessibility broker.
-         * @param application: a reference to the requesting Application
+         * @param app: a reference to the requesting Application
         **/
-        oneway void registerApplication (in Application application);
+        oneway void registerApplication (in Application app);
 
        /**
          * De-register an application previously registered with the broker.
          * deregisterApplication:
-         * @param application: a reference to the Application 
+         * @param app: a reference to the Application 
          * to be deregistered.
         **/
-        void deregisterApplication (in Application application);
+        void deregisterApplication (in Application app);
 
        /**
          * Register a client's interest in (all) application events of 
index 66c02d8..83e795a 100644 (file)
@@ -120,12 +120,12 @@ module Accessibility {
 
       /** 
        * Request that the ::Selector invoke the specified ::Command.
-       * @param command the ::Command to activate/invoke.
+       * @param cmd the ::Command to activate/invoke.
        * @returns a ::CommandResult indicating whether the 
        * request was honored, and the reason for failure if the
        * ::Command could not be activated or invoked.
        **/
-      CommandResult activateCommand (in Command command);
+      CommandResult activateCommand (in Command cmd);
 
       /** 
        * Register a :CommandListener instance for notification of 
index 4461b0c..189fa7c 100644 (file)
@@ -259,10 +259,10 @@ module Accessibility {
     void               remove (in StateType state);
 
     /** Compare two statesets for equivalence.
-     * @param stateSet the StateSet to be compared with this one.
+     * @param tarStateSet the StateSet to be compared with this one.
      * @returns \c TRUE if the two StateSet objects are composed of the same StateTypes. 
      */
-    boolean            equals (in StateSet stateSet);
+    boolean            equals (in StateSet tarStateSet);
 
     /** Compare two StateSet instances and obtain their differences.
      * @returns a 'difference set', i.e. a StateSet consisting of those states