Changeset 98286 in vbox
- Timestamp:
- Jan 24, 2023 1:15:30 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 155491
- Location:
- trunk/src/VBox/Main
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/GuestDnDPrivate.h
r98273 r98286 854 854 bool isProgressCanceled(void) const; 855 855 bool isProgressRunning(void) const; 856 int setProgress(unsigned uPercentage, uint32_t uStat e, int vrcOp = VINF_SUCCESS,856 int setProgress(unsigned uPercentage, uint32_t uStatus, int vrcOp = VINF_SUCCESS, 857 857 const Utf8Str &strMsg = Utf8Str::Empty /** @todo figure out what's the best way to pass empty Utf8Str by default - probably = Utf8Str() */); 858 858 HRESULT resetProgress(const ComObjPtr<Guest>& pParent, const Utf8Str &strDesc); -
trunk/src/VBox/Main/src-client/GuestDnDPrivate.cpp
r98273 r98286 507 507 */ 508 508 int GuestDnDState::setProgress(unsigned uPercentage, uint32_t uStatus, 509 int vrcOp /* = VINF_SUCCESS */, const Utf8Str &strMsg /* = ""*/)509 int vrcOp /* = VINF_SUCCESS */, const Utf8Str &strMsg /* = Utf8Str::Empty */) 510 510 { 511 511 LogFlowFunc(("uPercentage=%u, uStatus=%RU32, , vrcOp=%Rrc, strMsg=%s\n", -
trunk/src/VBox/Main/src-client/UsbCardReader.cpp
r98283 r98286 374 374 } 375 375 376 /** @interface_method_impl{PDMICARDREADERDOWN,pfn StatusChange} */376 /** @interface_method_impl{PDMICARDREADERDOWN,pfnGetStatusChange} */ 377 377 static DECLCALLBACK(int) drvCardReaderDownGetStatusChange(PPDMICARDREADERDOWN pInterface, 378 378 void *pvUser,
Note:
See TracChangeset
for help on using the changeset viewer.