Changeset 89981 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Jun 30, 2021 2:45:38 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 145443
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp
r85220 r89981 209 209 typedef std::map< Utf8Str, std::vector<DESTFILEENTRY> >::iterator DESTDIRMAPITER, *PDESTDIRMAPITER; 210 210 211 212 /**213 * RTGetOpt-IDs for the guest execution control command line.214 */215 enum GETOPTDEF_EXEC216 {217 GETOPTDEF_EXEC_IGNOREORPHANEDPROCESSES = 1000,218 GETOPTDEF_EXEC_NO_PROFILE,219 GETOPTDEF_EXEC_OUTPUTFORMAT,220 GETOPTDEF_EXEC_DOS2UNIX,221 GETOPTDEF_EXEC_UNIX2DOS,222 GETOPTDEF_EXEC_WAITFOREXIT,223 GETOPTDEF_EXEC_WAITFORSTDOUT,224 GETOPTDEF_EXEC_WAITFORSTDERR225 };226 211 227 212 enum kStreamTransform
Note:
See TracChangeset
for help on using the changeset viewer.