Changeset 65088 in vbox for trunk/src/VBox/Main/xml
- Timestamp:
- Jan 3, 2017 8:52:49 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 112590
- Location:
- trunk/src/VBox/Main/xml
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/xml/Settings.cpp
r65082 r65088 876 876 * For pre-1.4 files, this gets called with the \<DiskRegistry\> chunk instead. 877 877 * 878 * @param elmMediaRegistry 878 * @param elmMediaRegistry 879 * @param mr 879 880 */ 880 881 void ConfigFileBase::readMediaRegistry(const xml::ElementNode &elmMediaRegistry, … … 1818 1819 * from both MainConfigFile (for host filters) and MachineConfigFile (for machine 1819 1820 * filters). 1820 * @param elmDevice Filters1821 * @param elmDeviceSources 1821 1822 * @param ll 1822 1823 */ … … 1863 1864 * variables contain meaningful values (either from the file or defaults). 1864 1865 * 1865 * @param strFilename1866 * @param pstrFilename 1866 1867 */ 1867 1868 MainConfigFile::MainConfigFile(const Utf8Str *pstrFilename) … … 4571 4572 * for earlier versions. 4572 4573 * 4573 * @param elmStorageControllers 4574 * @param elmStorageControllers 4575 * @param strg 4574 4576 */ 4575 4577 void MachineConfigFile::readStorageControllers(const xml::ElementNode &elmStorageControllers, -
trunk/src/VBox/Main/xml/ovfreader.cpp
r63563 r65088 120 120 * and handles the contained child elements (which can be "Section" or "Content" elements). 121 121 * 122 * @param p cszPath Path spec of the XML file, for error messages.123 * @param pReferencesElement "References" element from OVF, for looking up file specifications;can be NULL if no such element is present.122 * @param pReferencesElem "References" element from OVF, for looking up file specifications; 123 * can be NULL if no such element is present. 124 124 * @param pCurElem Element whose children are to be analyzed here. 125 125 * @return … … 295 295 * Gets called indirectly from IAppliance::read(). 296 296 * 297 * @param pcszPath Path spec of the XML file, for error messages.298 * @param pSectionElem Section element for which this helper is getting called.299 297 * @return 300 298 */ … … 322 320 * Gets called indirectly from IAppliance::read(). 323 321 * 324 * @param pcszPath 325 * @param pContentElem 322 * @param pelmVirtualSystem 326 323 * @return 327 324 */
Note:
See TracChangeset
for help on using the changeset viewer.