Changeset 45367 in vbox for trunk/src/VBox/Main/src-all/ProgressImpl.cpp
- Timestamp:
- Apr 5, 2013 1:02:06 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 84789
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-all/ProgressImpl.cpp
r44528 r45367 884 884 * have to loop as long as we reached the same operation count. */ 885 885 ULONG curOp; 886 for (;;)886 for (;;) 887 887 { 888 888 rc = pProgressAsync->COMGETTER(Operation(&curOp));
Note:
See TracChangeset
for help on using the changeset viewer.