VirtualBox

Changeset 51689 in vbox for trunk/include


Ignore:
Timestamp:
Jun 23, 2014 1:41:10 PM (11 years ago)
Author:
vboxsync
Message:

Main/Guid: typos

File:
1 edited

Legend:

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

    r51688 r51689  
    396396     * Internal helper class for asOutParam().
    397397     *
    398      * This takes a GUID refrence in the constructor and copies the mUuid from
     398     * This takes a GUID reference in the constructor and copies the mUuid from
    399399     * the method to that instance in its destructor.
    400400     */
     
    416416        ~GuidOutParam()
    417417        {
    418             if (ptr && outer.isEmpty())
     418            if (ptr && outer.isZero())
    419419            {
    420420                outer = *ptr;
    421                 outer.refresh();
     421                outer.dbg_refresh();
    422422                nsMemory::Free(ptr);
    423423            }
Note: See TracChangeset for help on using the changeset viewer.

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