- Timestamp:
- Oct 12, 2007 7:38:47 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/HardDiskImpl.cpp
r5278 r5279 84 84 * is used for additional operations like setting the UUIDs and similar. */ 85 85 if (progress) 86 progress->notifyProgress (RT_MIN (uPercent, 99));86 progress->notifyProgress (RT_MIN (uPercent, 99)); 87 87 88 88 return VINF_SUCCESS;
Note:
See TracChangeset
for help on using the changeset viewer.