- Timestamp:
- Dec 6, 2010 11:11:37 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/MediumImpl.cpp
r34499 r34734 968 968 ) 969 969 { 970 /* storage for hard disks of this format can neither be explicitly970 /* Storage for hard disks of this format can neither be explicitly 971 971 * created by VirtualBox nor deleted, so we place the hard disk to 972 * Created state here and also add it to the registry */ 973 m->state = MediumState_Created; 972 * Inaccessible state here and also add it to the registry. The 973 * state means that one has to use RefreshState() to update the 974 * medium format specific fields. */ 975 m->state = MediumState_Inaccessible; 974 976 // create new UUID 975 977 unconst(m->id).create();
Note:
See TracChangeset
for help on using the changeset viewer.