VirtualBox

Changeset 84564 in vbox for trunk/src/VBox/Main/src-client


Ignore:
Timestamp:
May 27, 2020 2:10:26 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
138294
Message:

Main: Comments / logging renaming (guest additions -> Guest Additions).

Location:
trunk/src/VBox/Main/src-client
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/DisplayImplLegacy.cpp

    r82968 r84564  
    33 * VirtualBox IDisplay implementation, helpers for legacy GAs.
    44 *
    5  * Methods and helpers to support old guest additions 3.x or older.
    6  * This is not used by the current guest additions.
     5 * Methods and helpers to support old Guest Additions 3.x or older.
     6 * This is not used by the current Guest Additions.
    77 */
    88
  • trunk/src/VBox/Main/src-client/GuestFileImpl.cpp

    r84508 r84564  
    303303     *
    304304     * Note! This will not be accurate with older (< 5.2.32, 6.0.0 - 6.0.9)
    305      *       guest additions when using writeAt, readAt or writing to a file
     305     *       Guest Additions when using writeAt, readAt or writing to a file
    306306     *       opened in append mode.
    307307     */
  • trunk/src/VBox/Main/src-client/GuestImpl.cpp

    r82968 r84564  
    415415    {
    416416        /*
    417          * If we're running older guest additions (< 3.2.0) try get it from
     417         * If we're running older Guest Additions (< 3.2.0) try get it from
    418418         * the guest properties.  Detected switched around Version and
    419419         * Revision in early 3.1.x releases (see r57115).
     
    462462    {
    463463        /*
    464          * If we're running older guest additions (< 3.2.0) try get it from
     464         * If we're running older Guest Additions (< 3.2.0) try get it from
    465465         * the guest properties. Detected switched around Version and
    466466         * Revision in early 3.1.x releases (see r57115).
  • trunk/src/VBox/Main/src-client/GuestSessionImpl.cpp

    r84554 r84564  
    481481    }
    482482    else if (mData.mProtocolVersion < 99999)
    483         hrc = setError(VBOX_E_NOT_SUPPORTED, tr("The base environment feature is not supported by the guest additions"));
     483        hrc = setError(VBOX_E_NOT_SUPPORTED, tr("The base environment feature is not supported by the Guest Additions"));
    484484    else
    485485        hrc = setError(VBOX_E_INVALID_OBJECT_STATE, tr("The base environment has not yet been reported by the guest"));
     
    27782778{
    27792779    /*
    2780      * We currently do this based on the reported guest additions version,
     2780     * We currently do this based on the reported Guest Additions version,
    27812781     * ASSUMING that VBoxService and VBoxDrv are at the same version.
    27822782     */
     
    27972797
    27982798    /*
    2799      * Inform the user about outdated guest additions (VM release log).
     2799     * Inform the user about outdated Guest Additions (VM release log).
    28002800     */
    28012801    if (mData.mProtocolVersion < 2)
     
    37453745    }
    37463746    else if (mData.mProtocolVersion < 99999)
    3747         hrc = setError(VBOX_E_NOT_SUPPORTED, tr("The base environment feature is not supported by the guest additions"));
     3747        hrc = setError(VBOX_E_NOT_SUPPORTED, tr("The base environment feature is not supported by the Guest Additions"));
    37483748    else
    37493749        hrc = setError(VBOX_E_INVALID_OBJECT_STATE, tr("The base environment has not yet been reported by the guest"));
     
    37663766    }
    37673767    else if (mData.mProtocolVersion < 99999)
    3768         hrc = setError(VBOX_E_NOT_SUPPORTED, tr("The base environment feature is not supported by the guest additions"));
     3768        hrc = setError(VBOX_E_NOT_SUPPORTED, tr("The base environment feature is not supported by the Guest Additions"));
    37693769    else
    37703770        hrc = setError(VBOX_E_INVALID_OBJECT_STATE, tr("The base environment has not yet been reported by the guest"));
  • trunk/src/VBox/Main/src-client/VMMDevInterface.cpp

    r83142 r84564  
    231231    {
    232232        /*
    233          * The guest additions was disabled because of a reset
     233         * The Guest Additions was disabled because of a reset
    234234         * or driver unload.
    235235         */
     
    270270
    271271/**
    272  * Update the guest additions capabilities.
    273  * This is called when the guest additions capabilities change. The new capabilities
     272 * Update the Guest Additions capabilities.
     273 * This is called when the Guest Additions capabilities change. The new capabilities
    274274 * are given and the connector should update its internal state.
    275275 *
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette