Changeset 22359 in vbox for trunk/src/libs/xpcom18a4/python
- Timestamp:
- Aug 20, 2009 9:07:14 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/python/src/module/_xpcom.cpp
r22357 r22359 527 527 /* fallback */ 528 528 PLEvent *pEvent = NULL; 529 Py_BEGIN_ALLOW_THREADS 529 530 rc = q->WaitForEvent(&pEvent); 531 Py_END_ALLOW_THREADS 530 532 if (NS_SUCCEEDED(rc)) 531 533 q->HandleEvent(pEvent);
Note:
See TracChangeset
for help on using the changeset viewer.