Changeset 59828 in vbox for trunk/include/VBox
- Timestamp:
- Feb 26, 2016 9:51:24 AM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 105721
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/GuestHost/DragAndDrop.h
r58370 r59828 5 5 6 6 /* 7 * Copyright (C) 2014-201 5Oracle Corporation7 * Copyright (C) 2014-2016 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 168 168 RTCString m_strSrcPath; 169 169 RTCString m_strTgtPath; 170 /** Whether the object is in "opened" state. */ 171 bool m_fOpen; 170 172 /** Object (file/directory) mode. */ 171 173 uint32_t m_fMode;
Note:
See TracChangeset
for help on using the changeset viewer.