Changeset 55549 in vbox for trunk/src/VBox/GuestHost/DragAndDrop
- Timestamp:
- Apr 30, 2015 12:28:26 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 99915
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/DragAndDrop/DnDURIObject.cpp
r55512 r55549 195 195 * it over. */ 196 196 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)); 198 198 if (RT_SUCCESS(rc)) 199 199 rc = RTFileGetSize(u.m_hFile, &m_cbSize); … … 220 220 m_Type = enmType; 221 221 222 LogFlowFunc(("strPath=%s, enmType=%ld, enmDest=%ld, rc=%Rrc\n", strPath.c_str(), enmType, enmDest, rc));223 222 return rc; 224 223 }
Note:
See TracChangeset
for help on using the changeset viewer.