Changeset 14294 in vbox for trunk/src/VBox
- Timestamp:
- Nov 18, 2008 12:20:46 PM (16 years ago)
- Location:
- trunk/src/VBox/Main
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/HardDisk2Impl.cpp
r14272 r14294 651 651 * freeze but mark it as initially inaccessible instead. The vital UUID, 652 652 * location and format properties are read from the registry file above; to 653 * get the actual state and the the rest ofdata, the user will have to call653 * get the actual state and the rest of the data, the user will have to call 654 654 * COMGETTER(State). */ 655 655 … … 3391 3391 { 3392 3392 /* too bad if we fail, but we'll need to rollback everything 3393 * we did above to at least keep the the HD tree in sync3394 * with the current regstry on disk */3393 * we did above to at least keep the HD tree in sync with 3394 * the current registry on disk */ 3395 3395 3396 3396 saveSettingsFailed = true; … … 3410 3410 * should have the original tree but with intermediate storage 3411 3411 * units deleted by VDMerge()). We have to only restore states 3412 * (through the MergeChain dtor) unless we are run sync ronously3412 * (through the MergeChain dtor) unless we are run synchronously 3413 3413 * in which case it's the responsibility of the caller as stated 3414 3414 * in the mergeTo() docs. The latter also implies that we -
trunk/src/VBox/Main/MediumImpl.cpp
r13842 r14294 1039 1039 * freeze but mark it as initially inaccessible instead. The vital UUID and 1040 1040 * location properties are read from the registry file above; to get the 1041 * actual state and the the rest ofdata, the user will have to call1041 * actual state and the rest of the data, the user will have to call 1042 1042 * COMGETTER(State).*/ 1043 1043 -
trunk/src/VBox/Main/VirtualBoxBase.cpp
r13887 r14294 648 648 * same context. 649 649 * 650 * @param context the context of the t he translation (can be NULL650 * @param context the context of the translation (can be NULL 651 651 * to indicate the global context) 652 652 * @param sourceText the string to translate
Note:
See TracChangeset
for help on using the changeset viewer.