VirtualBox

Changeset 55556 in vbox for trunk/include


Ignore:
Timestamp:
Apr 30, 2015 2:27:39 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
99923
Message:

DnD: Rollback handling, bugfixes, cleanup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/GuestHost/DragAndDrop.h

    r55549 r55556  
    7777    const RTCString &GetSourcePath(void) const { return m_strSrcPath; }
    7878    const RTCString &GetDestPath(void) const { return m_strTgtPath; }
    79     uint64_t GetMode(void) const { return m_fMode; }
     79    uint32_t GetMode(void) const { return m_fCreationMode; }
    8080    uint64_t GetProcessed(void) const { return m_cbProcessed; }
    8181    uint64_t GetSize(void) const { return m_cbSize; }
     
    110110    RTCString m_strSrcPath;
    111111    RTCString m_strTgtPath;
    112     /** File mode. */
    113     uint32_t  m_fMode;
     112    /** File creation mode. */
     113    uint32_t  m_fCreationMode;
    114114    /** Size (in bytes) to read/write. */
    115115    uint64_t  m_cbSize;
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