Changeset 20930 in vbox
- Timestamp:
- Jun 25, 2009 12:01:24 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Main/ApplianceImpl.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ApplianceImpl.cpp
r20842 r20930 2900 2900 pelmToAddVirtualSystemsTo = pelmRoot; // add virtual system directly under root element 2901 2901 2902 uint32_t cDisks = 0; 2903 2902 2904 list< ComObjPtr<VirtualSystemDescription> >::const_iterator it; 2903 2905 /* Iterate through all virtual systems of that appliance */ … … 3097 3099 3098 3100 uint32_t ulInstanceID = 1; 3099 uint32_t cDisks = 0;3100 3101 3101 3102 for (size_t uLoop = 1;
Note:
See TracChangeset
for help on using the changeset viewer.

