Changeset 50830 in vbox for trunk/include/VBox/GuestHost
- Timestamp:
- Mar 20, 2014 4:13:19 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 92902
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/GuestHost/DragAndDrop.h
r50561 r50830 36 36 int DnDPathSanitizeFilename(char *pszPath, size_t cbPath); 37 37 int DnDPathSanitize(char *pszPath, size_t cbPath); 38 39 /** Keep the original paths, don't convert paths to relative ones. */ 40 #define DNDURILIST_FLAGS_ABSOLUTE_PATHS RT_BIT(0) 38 41 39 42 class DnDURIObject … … 120 123 protected: 121 124 122 /** List of all top-level file/directory entries. */ 125 /** List of all top-level file/directory entries. 126 * Note: All paths are kept internally as UNIX paths for 127 * easier conversion/handling! */ 123 128 RTCList<RTCString> m_lstRoot; 124 129 /** List of all URI objects added. */
Note:
See TracChangeset
for help on using the changeset viewer.