VirtualBox

Changeset 26979 in vbox for trunk/src/libs/xpcom18a4/python


Ignore:
Timestamp:
Mar 2, 2010 11:14:17 PM (15 years ago)
Author:
vboxsync
Message:

python/src/module/_xpcom.cpp: suggestion

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/xpcom18a4/python/src/module/_xpcom.cpp

    r22847 r26979  
    245245        Py_BEGIN_ALLOW_THREADS;
    246246        r = XPTC_InvokeByIndex(pis, index, arg_helper.m_num_array, arg_helper.m_var_array);
     247/** @todo bird: Maybe we could processing pending XPCOM events here to make
     248 *        life a bit simpler inside python? */
    247249        Py_END_ALLOW_THREADS;
    248250        if ( NS_FAILED(r) )
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