VirtualBox

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


Ignore:
Timestamp:
Oct 20, 2020 1:59:45 PM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
141024
Message:

bugref:9781. Added the placeholder @@VBOX_COND_GUEST_VERSION[>(required version)]@@. Updated the templates. Removed the obsolete function getGuestOSConditional().

File:
1 edited

Legend:

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

    r85307 r86648  
    321321
    322322// public methods only for internal purposes
     323 
     324HRESULT Progress::i_addOperations(ULONG cOperations, ULONG ulTotalOperationsWeight)
     325{
     326    m_cOperations += cOperations;
     327    m_ulTotalOperationsWeight += ulTotalOperationsWeight;
     328    return S_OK;
     329}
    323330////////////////////////////////////////////////////////////////////////////////
    324331
     
    10591066    m_ulOperationPercent = 0;
    10601067
    1061     LogThisFunc(("%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",
    10621069                 m_operationDescription.c_str(), aNextOperationsWeight, m_ulCurrentOperation, m_ulOperationsCompletedWeight));
    10631070
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