VirtualBox

Ignore:
Timestamp:
Apr 30, 2015 12:28:26 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
99915
Message:

DnD: Update.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/GuestHost/DragAndDrop/DnDURIObject.cpp

    r55512 r55549  
    195195                     * it over. */
    196196                    rc = RTFileOpen(&u.m_hFile, strPath.c_str(), fOpen);
    197                     LogFlowFunc(("Opening file \"%s\", rc=%Rrc\n", strPath.c_str(), rc));
     197                    LogFlowFunc(("strPath=%s, enmType=%ld, enmDest=%ld, rc=%Rrc\n", strPath.c_str(), enmType, enmDest, rc));
    198198                    if (RT_SUCCESS(rc))
    199199                        rc = RTFileGetSize(u.m_hFile, &m_cbSize);
     
    220220        m_Type = enmType;
    221221
    222     LogFlowFunc(("strPath=%s, enmType=%ld, enmDest=%ld, rc=%Rrc\n", strPath.c_str(), enmType, enmDest, rc));
    223222    return rc;
    224223}
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