Changeset 86648 in vbox for trunk/src/VBox/Main/src-all
- Timestamp:
- Oct 20, 2020 1:59:45 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 141024
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-all/ProgressImpl.cpp
r85307 r86648 321 321 322 322 // public methods only for internal purposes 323 324 HRESULT Progress::i_addOperations(ULONG cOperations, ULONG ulTotalOperationsWeight) 325 { 326 m_cOperations += cOperations; 327 m_ulTotalOperationsWeight += ulTotalOperationsWeight; 328 return S_OK; 329 } 323 330 //////////////////////////////////////////////////////////////////////////////// 324 331 … … 1059 1066 m_ulOperationPercent = 0; 1060 1067 1061 Log ThisFunc(("%s: aNextOperationsWeight = %d; m_ulCurrentOperation is now %d, m_ulOperationsCompletedWeight is now %d\n",1068 LogRel(("%s: aNextOperationsWeight = %d; m_ulCurrentOperation is now %d, m_ulOperationsCompletedWeight is now %d\n", 1062 1069 m_operationDescription.c_str(), aNextOperationsWeight, m_ulCurrentOperation, m_ulOperationsCompletedWeight)); 1063 1070
Note:
See TracChangeset
for help on using the changeset viewer.