Changeset 33540 in vbox for trunk/src/VBox/Main/ProgressImpl.cpp
- Timestamp:
- Oct 28, 2010 9:27:05 AM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 67140
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ProgressImpl.cpp
r32780 r33540 1204 1204 * 1205 1205 * This atomically checks for and disables cancelation. Calls to 1206 * IProgress::Cancel() made after a successful lcall to this method will fail1206 * IProgress::Cancel() made after a successful call to this method will fail 1207 1207 * and the user can be told. While this isn't entirely clean behavior, it 1208 1208 * prevents issues with an irreversible actually operation succeeding while the 1209 * user beli ve it was rolled back.1209 * user believe it was rolled back. 1210 1210 * 1211 1211 * @returns Success indicator.
Note:
See TracChangeset
for help on using the changeset viewer.