Changeset 34832 in vbox for trunk/src/VBox
- Timestamp:
- Dec 8, 2010 1:44:43 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/GuestImpl.cpp
r34831 r34832 2621 2621 std::auto_ptr<TaskGuest> task(pTask); 2622 2622 2623 /* Assign data - in that case aSource is the full path2624 * to the Guest Additions .ISO we want to mount. */2623 /* Assign data - aSource is the source file on the host, 2624 * aDest reflects the full path on the guest. */ 2625 2625 task->strSource = (Utf8Str(aSource)); 2626 2626 task->strDest = (Utf8Str(aDest));
Note:
See TracChangeset
for help on using the changeset viewer.