Searched defs:aNextOperationsWeight (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/src-all/
H A DProgressImpl.cpp787 HRESULT Progress::setNextOperation(const com::Utf8Str &aNextOperationDescription, ULONG aNextOperationsWeight) argument
800 m_ulCurrentOperationWeight = aNextOperationsWeight;
803 LogThisFunc(("%s: aNextOperationsWeight = %d; m_ulCurrentOperation is now %d, m_ulOperationsCompletedWeight is now %d\n",
804 m_operationDescription.c_str(), aNextOperationsWeight, m_ulCurrentOperation, m_ulOperationsCompletedWeight));

Completed in 110 milliseconds