Changeset 31571 in vbox for trunk/src/VBox
- Timestamp:
- Aug 11, 2010 1:53:21 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/MediumImpl.cpp
r31570 r31571 140 140 bool autoReset : 1; 141 141 142 /** the following members are invalid after changing UUID on open */143 142 const Guid uuidImage; 144 143 const Guid uuidParentImage; … … 645 644 } 646 645 647 648 646 //////////////////////////////////////////////////////////////////////////////// 649 647 // … … 1651 1649 1652 1650 AutoWriteLock alock(this COMMA_LOCKVAL_SRC_POS); 1651 1652 switch (m->state) 1653 { 1654 case MediumState_Created: 1655 break; 1656 default: 1657 return setStateError(); 1658 } 1653 1659 1654 1660 Guid imageId, parentId;
Note:
See TracChangeset
for help on using the changeset viewer.