Changeset 64939 in vbox for trunk/src/VBox/Main/include/GuestSessionImpl.h
- Timestamp:
- Dec 17, 2016 1:06:47 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/GuestSessionImpl.h
r64101 r64939 201 201 const Utf8Str &aDest, 202 202 uint32_t aFlags, 203 GuestProcessStartupInfo startupInfo)203 const GuestProcessStartupInfo &aStartupInfo) 204 204 : strSource(aSource), 205 205 strDest(aDest), 206 206 fFlags(aFlags), 207 mProcInfo( startupInfo)207 mProcInfo(aStartupInfo) 208 208 { 209 209 mProcInfo.mExecutable = strDest;
Note:
See TracChangeset
for help on using the changeset viewer.