Changeset 21024

Show
Ignore:
Timestamp:
02/10/08 07:23:48 (7 months ago)
Author:
patrick
Message:

Fixed terminology relating to the GIOP end point address.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • juggler/trunk/modules/tweek/java/org/vrjuggler/tweek/GlobalPreferencesServiceImpl.java

    r21013 r21024  
    415415 
    416416   /** 
    417     * Sets the default ORB endpoint host address. 
     417    * Sets the default GIOP end point host address. 
    418418    * 
    419419    * @since 1.3.4 
     
    435435 
    436436   /** 
    437     * Returns the default ORB endpoint host address. 
     437    * Returns the default GIOP end point host address. 
    438438    * 
    439439    * @since 1.3.4 
     
    445445 
    446446   /** 
    447     * Sets the default ORB endpoint port number. 
     447    * Sets the default GIOP end point port number. 
    448448    * 
    449449    * @since 1.3.4 
     
    465465 
    466466   /** 
    467     * Returns the deffault ORB endpoint port number. 
     467    * Returns the deffault GIOP end point port number. 
    468468    * 
    469469    * @since 1.3.4 
  • juggler/trunk/modules/tweek/java/org/vrjuggler/tweek/gui/PrefsDialog.java

    r21013 r21024  
    187187 
    188188   /** 
    189     * Returns the current default CORBA ORB endpoint address choice. This may 
    190     * be different than what is currently available through the Global 
     189    * Returns the current default CORBA GIOP end point address choice. This 
     190    * may be different than what is currently available through the Global 
    191191    * Preferences Service, depending on whether or not the user has chosen to 
    192192    * apply changes. 
     
    200200 
    201201   /** 
    202     * Returns the current default CORBA ORB endpoint port choice. This may 
     202    * Returns the current default CORBA GIOP end point port choice. This may 
    203203    * be different than what is currently available through the Global 
    204204    * Preferences Service, depending on whether or not the user has chosen to 
     
    347347      mOrbPortField.setMinimumSize(new Dimension(50, 17)); 
    348348      mOrbPortField.setPreferredSize(new Dimension(50, 17)); 
    349       mOrbPortField.setToolTipText("The port number of the CORBA endpoint"); 
     349      mOrbPortField.setToolTipText("The port number of the GIOP end point"); 
    350350      mOrbPortField.addFocusListener(new java.awt.event.FocusAdapter() 
    351351      { 
  • juggler/trunk/modules/tweek/java/org/vrjuggler/tweek/services/GlobalPreferencesService.java

    r21013 r21024  
    166166 
    167167   /** 
    168     * Sets the default ORB endpoint host address. 
     168    * Sets the default GIOP end point host address. 
    169169    * 
    170170    * @since 1.3.4 
     
    173173 
    174174   /** 
    175     * Returns the default ORB endpoint host address. 
     175    * Returns the default GIOP end point host address. 
    176176    * 
    177177    * @since 1.3.4 
     
    180180 
    181181   /** 
    182     * Sets the default ORB endpoint port number. 
     182    * Sets the default GIOP end point port number. 
    183183    * 
    184184    * @since 1.3.4 
     
    187187 
    188188   /** 
    189     * Returns the deffault ORB endpoint port number. 
     189    * Returns the deffault GIOP end point port number. 
    190190    * 
    191191    * @since 1.3.4 
  • juggler/trunk/modules/tweek/java/org/vrjuggler/tweek/services/GlobalPreferencesServiceProxy.java

    r21013 r21024  
    259259 
    260260   /** 
    261     * Sets the default ORB endpoint host address. 
     261    * Sets the default GIOP end point host address. 
    262262    * 
    263263    * @since 1.3.4 
     
    269269 
    270270   /** 
    271     * Returns the default ORB endpoint host address. 
     271    * Returns the default GIOP end point host address. 
    272272    * 
    273273    * @since 1.3.4 
     
    279279 
    280280   /** 
    281     * Sets the default ORB endpoint port number. 
     281    * Sets the default GIOP end point port number. 
    282282    * 
    283283    * @since 1.3.4 
     
    289289 
    290290   /** 
    291     * Returns the deffault ORB endpoint port number. 
     291    * Returns the deffault GIOP end point port number. 
    292292    * 
    293293    * @since 1.3.4