VirtualBox

Changeset 53460 in vbox for trunk


Ignore:
Timestamp:
Dec 5, 2014 1:18:53 PM (10 years ago)
Author:
vboxsync
Message:

FE/Qt: assert in debug builds if the current thread is not properly initialized for COM calls

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/globals/COMWrappers.xsl

    r52894 r53460  
    12321232  <xsl:text>#ifdef RT_OS_WINDOWS&#x0A;</xsl:text>
    12331233  <xsl:text>    Assert(mRC != RPC_E_WRONG_THREAD);&#x0A;</xsl:text>
     1234  <xsl:text>    Assert(mRC != CO_E_NOTINITIALIZED);&#x0A;</xsl:text>
    12341235  <xsl:text>    Assert(mRC != RPC_E_CANTCALLOUT_ININPUTSYNCCALL);&#x0A;</xsl:text>
    12351236  <xsl:text>#endif&#x0A;</xsl:text>
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