- Timestamp:
- Jan 3, 2017 3:13:01 PM (8 years ago)
- Location:
- trunk/src/VBox/Main
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/glue/EventQueue.cpp
r62485 r65082 193 193 * Posts an event to this event loop asynchronously. 194 194 * 195 * @param event the event to post, must be allocated using |new|195 * @param pEvent the event to post, must be allocated using |new| 196 196 * @return TRUE if successful and false otherwise 197 197 */ -
trunk/src/VBox/Main/xml/Settings.cpp
r64541 r65082 240 240 * Constructor. Allocates the XML internals, parses the XML file if 241 241 * pstrFilename is != NULL and reads the settings version from it. 242 * @param strFilename242 * @param pstrFilename 243 243 */ 244 244 ConfigFileBase::ConfigFileBase(const com::Utf8Str *pstrFilename) … … 3193 3193 * variables contain meaningful values (either from the file or defaults). 3194 3194 * 3195 * @param strFilename3195 * @param pstrFilename 3196 3196 */ 3197 3197 MachineConfigFile::MachineConfigFile(const Utf8Str *pstrFilename) … … 3294 3294 /** 3295 3295 * Called from MachineConfigFile::readHardware() to read cpu information. 3296 * @param elmCpu id3296 * @param elmCpu 3297 3297 * @param ll 3298 3298 */ … … 3643 3643 * 3644 3644 * @param elmAudioAdapter "AudioAdapter" XML element. 3645 * @param hw3645 * @param aa 3646 3646 */ 3647 3647 void MachineConfigFile::readAudioAdapter(const xml::ElementNode &elmAudioAdapter, … … 3771 3771 * and \<StorageController\>. 3772 3772 * @param elmStorageController 3773 * @param s trg3773 * @param sctl 3774 3774 */ 3775 3775 void MachineConfigFile::readStorageControllerAttributes(const xml::ElementNode &elmStorageController, … … 4504 4504 * hidden in the \<Hardware\> settings. We set the StorageControllers fields just the 4505 4505 * same, just from different sources. 4506 * @param elmHardware \<Hardware\> XML node.4507 4506 * @param elmHardDiskAttachments \<HardDiskAttachments\> XML node. 4508 4507 * @param strg … … 6652 6651 * when this gets called for OVF export. 6653 6652 * 6654 * -- BuildMachineXML_SuppressSavedState: If set, the Machine/ @stateFile6653 * -- BuildMachineXML_SuppressSavedState: If set, the Machine/stateFile 6655 6654 * attribute is never set. This is also for the OVF export case because we 6656 6655 * cannot save states with OVF.
Note:
See TracChangeset
for help on using the changeset viewer.