VirtualBox

Changeset 86650 in vbox for trunk/src/VBox/Main/src-all


Ignore:
Timestamp:
Oct 20, 2020 2:26:02 PM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
141026
Message:

Fixed bad commit. Hope this help.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-all/ProgressImpl.cpp

    r86648 r86650  
    321321
    322322// 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 }
    330323////////////////////////////////////////////////////////////////////////////////
    331324
     
    10661059    m_ulOperationPercent = 0;
    10671060
    1068     LogRel(("%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",
    10691062                 m_operationDescription.c_str(), aNextOperationsWeight, m_ulCurrentOperation, m_ulOperationsCompletedWeight));
    10701063
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette