Changeset 65120 in vbox for trunk/src/VBox/Main/src-server/ApplianceImplExport.cpp
- Timestamp:
- Jan 4, 2017 5:10:35 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 112623
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/ApplianceImplExport.cpp
r63563 r65120 53 53 /** 54 54 * Public method implementation. 55 * @param appliance 55 * @param aAppliance Appliance object. 56 * @param aLocation Where to store the appliance. 57 * @param aDescription Appliance description. 56 58 * @return 57 59 */ … … 618 620 /** 619 621 * Public method implementation. 620 * @param format621 * @param options622 * @param path623 * @param aProgress 622 * @param aFormat Appliance format. 623 * @param aOptions Export options. 624 * @param aPath Path to write the appliance to. 625 * @param aProgress Progress object. 624 626 * @return 625 627 */
Note:
See TracChangeset
for help on using the changeset viewer.