Changeset 86650 in vbox for trunk/src/VBox/Main/src-all
- Timestamp:
- Oct 20, 2020 2:26:02 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 141026
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-all/ProgressImpl.cpp
r86648 r86650 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 }330 323 //////////////////////////////////////////////////////////////////////////////// 331 324 … … 1066 1059 m_ulOperationPercent = 0; 1067 1060 1068 Log Rel(("%s: aNextOperationsWeight = %d; m_ulCurrentOperation is now %d, m_ulOperationsCompletedWeight is now %d\n",1061 LogThisFunc(("%s: aNextOperationsWeight = %d; m_ulCurrentOperation is now %d, m_ulOperationsCompletedWeight is now %d\n", 1069 1062 m_operationDescription.c_str(), aNextOperationsWeight, m_ulCurrentOperation, m_ulOperationsCompletedWeight)); 1070 1063
Note:
See TracChangeset
for help on using the changeset viewer.