VirtualBox

Ignore:
Timestamp:
Oct 2, 2018 9:38:42 AM (6 years ago)
Author:
vboxsync
Message:

DnD/DnDObject: Documentation, a bit of cleaning / re-structuring. No functional changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibDragAndDrop.cpp

    r74544 r74574  
    15661566    AssertReturn(pObj->GetType() == DnDURIObject::Type_Directory, VERR_INVALID_PARAMETER);
    15671567
    1568     RTCString strPath = pObj->GetDestPath();
     1568    RTCString strPath = pObj->GetDestPathAbs();
    15691569    LogFlowFunc(("strDir=%s (%zu), fMode=0x%x\n",
    15701570                 strPath.c_str(), strPath.length(), pObj->GetMode()));
     
    16081608        return VERR_NO_MEMORY;
    16091609
    1610     RTCString strPath = pObj->GetDestPath();
     1610    RTCString strPath = pObj->GetDestPathAbs();
    16111611
    16121612    LogFlowFunc(("strFile=%s (%zu), cbSize=%RU64, fMode=0x%x\n", strPath.c_str(), strPath.length(),
Note: See TracChangeset for help on using the changeset viewer.

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