VirtualBox

Changeset 85929 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Aug 28, 2020 2:40:55 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
140122
Message:

Main: bugref:9224: Main+VBoxManageDisk+doc part

Location:
trunk/include/VBox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/com/Guid.h

    r82968 r85929  
    324324    bool operator<(const RTUUID &guid) const { return ::RTUuidCompare(&mUuid, &guid) < 0; }
    325325
     326    /** Compare with a UUID string representation.
     327     * @note Not an operator as that could lead to confusion.  */
     328    bool equalsString(const char *pszUuid2) const { return ::RTUuidCompareStr(&mUuid, pszUuid2) == 0; }
     329
    326330    /**
    327331     * To directly copy the contents to a GUID, or for passing it as an input
  • trunk/include/VBox/log.h

    r85841 r85929  
    477477    /** Main group, IHost. */
    478478    LOG_GROUP_MAIN_HOST,
     479    /** Main group, IHostDrive. */
     480    LOG_GROUP_MAIN_HOSTDRIVE,
     481    /** Main group, IHostDriveList. */
     482    LOG_GROUP_MAIN_HOSTDRIVELIST,
     483    /** Main group, IHostDrivePartition. */
     484    LOG_GROUP_MAIN_HOSTDRIVEPARTITION,
    479485    /** Main group, IHostNetworkInterface. */
    480486    LOG_GROUP_MAIN_HOSTNETWORKINTERFACE,
     
    981987    "MAIN_GUESTSESSIONEVENT", \
    982988    "MAIN_HOST", \
     989    "MAIN_HOSTDRIVE", \
     990    "MAIN_HOSTDRIVELIST", \
     991    "MAIN_HOSTDRIVEPARTITION", \
    983992    "MAIN_HOSTNETWORKINTERFACE", \
    984993    "MAIN_HOSTUPDATE", \
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