Changeset 30760 in vbox for trunk/src/VBox/Main/ApplianceImplExport.cpp
- Timestamp:
- Jul 9, 2010 1:12:04 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ApplianceImplExport.cpp
r30746 r30760 17 17 */ 18 18 19 #include <iprt/file.h> 19 20 #include <iprt/path.h> 20 21 #include <iprt/dir.h> … … 23 24 #include <iprt/manifest.h> 24 25 25 #include <VBox/version.h> 26 27 #include "ApplianceImpl.h" 26 #include "AudioAdapterImpl.h" 28 27 #include "VirtualBoxImpl.h" 29 30 28 #include "ProgressImpl.h" 31 #include "MachineImpl.h" 29 #include "MachineImplPrivate.h" 30 #include "MediumAttachmentImpl.h" 31 32 #include "ApplianceImplPrivate.h" 32 33 33 34 #include "AutoCaller.h" 34 35 #include "Logging.h" 35 36 36 #include "ApplianceImplPrivate.h" 37 #include <VBox/version.h> 38 #include <VBox/com/array.h> 37 39 38 40 using namespace std; … … 275 277 // <const name="CDROM" value="19" /> 276 278 277 Medi aData::AttachmentList::iterator itA;279 MediumAttachmentsList::iterator itA; 278 280 for (itA = mMediaData->mAttachments.begin(); 279 281 itA != mMediaData->mAttachments.end();
Note:
See TracChangeset
for help on using the changeset viewer.