Changeset 50771 in vbox for trunk/src/VBox
- Timestamp:
- Mar 13, 2014 3:12:44 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/GuestSessionImpl.cpp
r50764 r50771 3080 3080 LogFlowThisFuncEnter(); 3081 3081 3082 Bstr strSharingMode = ""; /* Sharing mode is ignored. */3083 3084 return fileOpenEx(aPath, aOpenMode, aDisposition, strSharingMode .raw(), aCreationMode,3082 Utf8Str strSharingMode = ""; /* Sharing mode is ignored. */ 3083 3084 return fileOpenEx(aPath, aOpenMode, aDisposition, strSharingMode, aCreationMode, 3085 3085 0 /* aOffset */, aFile); 3086 3086 #endif /* VBOX_WITH_GUEST_CONTROL */
Note:
See TracChangeset
for help on using the changeset viewer.