VirtualBox

Changeset 12480 in vbox for trunk/src


Ignore:
Timestamp:
Sep 16, 2008 11:27:07 AM (16 years ago)
Author:
vboxsync
Message:

Exclude class contexts that don't apply (experiment for #3086).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox4/include/COMDefs.h

    r11554 r12480  
    590590#if !defined (VBOX_WITH_XPCOM)
    591591
    592             B::mRC = CoCreateInstance (clsid, NULL, CLSCTX_ALL,
     592            B::mRC = CoCreateInstance (clsid, NULL, CLSCTX_INPROC_SERVER|CLSCTX_LOCAL_SERVER,
    593593                                       _ATL_IIDOF (I), (void **) &mIface);
    594594
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