Changeset 31613 in vbox for trunk/src/VBox/Main
- Timestamp:
- Aug 12, 2010 4:06:34 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/webservice/vboxweb.cpp
r31598 r31613 775 775 // we have to process main event queue 776 776 WEBDEBUG(("Pumping COM event queue\n")); 777 int vrc = pQ->processEventQueue(RT_INDEFINITE_WAIT);778 if (RT_FAILURE( vrc))777 rc = pQ->processEventQueue(RT_INDEFINITE_WAIT); 778 if (RT_FAILURE(rc)) 779 779 RTMsgError("processEventQueue -> %Rrc", rc); 780 780 }
Note:
See TracChangeset
for help on using the changeset viewer.