Changeset 55556 in vbox for trunk/include
- Timestamp:
- Apr 30, 2015 2:27:39 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 99923
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/GuestHost/DragAndDrop.h
r55549 r55556 77 77 const RTCString &GetSourcePath(void) const { return m_strSrcPath; } 78 78 const RTCString &GetDestPath(void) const { return m_strTgtPath; } 79 uint 64_t GetMode(void) const { return m_fMode; }79 uint32_t GetMode(void) const { return m_fCreationMode; } 80 80 uint64_t GetProcessed(void) const { return m_cbProcessed; } 81 81 uint64_t GetSize(void) const { return m_cbSize; } … … 110 110 RTCString m_strSrcPath; 111 111 RTCString m_strTgtPath; 112 /** File mode. */113 uint32_t m_f Mode;112 /** File creation mode. */ 113 uint32_t m_fCreationMode; 114 114 /** Size (in bytes) to read/write. */ 115 115 uint64_t m_cbSize;
Note:
See TracChangeset
for help on using the changeset viewer.