Changeset 31615 in vbox for trunk/include/VBox
- Timestamp:
- Aug 12, 2010 6:12:39 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/settings.h
r31580 r31615 131 131 132 132 /** 133 * A media registry. Starting with VirtualBox 3.3, this can appear in both the 134 * VirtualBox.xml file as well as machine XML files with settings version 1.11 135 * or higher, so these lists are now in ConfigFileBase. 136 * 133 137 * NOTE: If you add any fields in here, you must update a) the constructor and b) 134 138 * the operator== which is used by MachineConfigFile::operator==(), or otherwise … … 917 921 bool operator==(const MachineConfigFile &m) const; 918 922 923 bool canHaveOwnMediaRegistry() const; 924 919 925 void importMachineXML(const xml::ElementNode &elmMachine); 920 926
Note:
See TracChangeset
for help on using the changeset viewer.