Changeset 514 in vbox for trunk/src/VBox
- Timestamp:
- Feb 1, 2007 5:00:01 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ConsoleImpl.cpp
r470 r514 1992 1992 tr ("The shared folder path '%ls' on the host is not accessible."), aHostPath); 1993 1993 1994 /* protect mpVM */1995 AutoVMCaller autoVMCaller (this);1996 CheckComRCReturnRC (autoVMCaller.rc());1997 1998 1994 /// @todo (r=sander?) should move this into the shared folder class */ 1999 1995 if (mpVM && mVMMDev->getShFlClientId()) 2000 1996 { 2001 1997 /* 2002 * if the VM is online and supports shared folders, share this folde 1998 * if the VM is online and supports shared folders, share this folder 2003 1999 * under the specified name. On error, return it to the caller. 2004 2000 */ 2001 2002 /* protect mpVM */ 2003 AutoVMCaller autoVMCaller (this); 2004 CheckComRCReturnRC (autoVMCaller.rc()); 2005 2005 2006 VBOXHGCMSVCPARM parms[2]; 2006 2007 SHFLSTRING *pFolderName, *pMapName;
Note:
See TracChangeset
for help on using the changeset viewer.