- Timestamp:
- Jun 27, 2016 11:35:29 AM (9 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/SDKRef.xml
r61893 r61894 3922 3922 whereas the semantics also has been changed: <link linkend="ProcessCreateFlag__NoProfile">ProcessCreateFlag::NoProfile</link> 3923 3923 explicitly <emphasis role="bold">did not</emphasis> utilize the guest user's profile data, 3924 which in turn <link linkend="ProcessCreateFlag__Profile">ProcessCreateFlag:: NoProfile</link>3924 which in turn <link linkend="ProcessCreateFlag__Profile">ProcessCreateFlag::Profile</link> 3925 3925 explicitly <emphasis role="bold">does now</emphasis>.</para> 3926 3926 </listitem> -
trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp
r61893 r61894 1331 1331 { "--ignore-operhaned-processes", kGstCtrlRunOpt_IgnoreOrphanedProcesses, RTGETOPT_REQ_NOTHING }, 1332 1332 { "--no-profile", kGstCtrlRunOpt_NoProfile, RTGETOPT_REQ_NOTHING }, /** @todo Deprecated. */ 1333 { "--profile" 1333 { "--profile", kGstCtrlRunOpt_Profile, RTGETOPT_REQ_NOTHING }, 1334 1334 /* run only: 6 - options */ 1335 1335 { "--dos2unix", kGstCtrlRunOpt_Dos2Unix, RTGETOPT_REQ_NOTHING },
Note:
See TracChangeset
for help on using the changeset viewer.