Changeset 16873 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Feb 17, 2009 7:07:37 PM (16 years ago)
- Location:
- trunk/src/VBox/Frontends
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxInternalManage.cpp
r16867 r16873 37 37 #include <VBox/com/VirtualBox.h> 38 38 39 #include <VBox/VBoxHDD -new.h>39 #include <VBox/VBoxHDD.h> 40 40 #include <VBox/sup.h> 41 41 #include <VBox/err.h> -
trunk/src/VBox/Frontends/VBoxManage/VBoxManageDisk.cpp
r16867 r16873 36 36 #include <iprt/string.h> 37 37 #include <VBox/log.h> 38 #include <VBox/VBoxHDD -new.h>38 #include <VBox/VBoxHDD.h> 39 39 40 40 #include "VBoxManage.h" … … 188 188 } 189 189 190 #if 0 /* disabled until disk shrinking is implemented based on VBoxHDD -new*/190 #if 0 /* disabled until disk shrinking is implemented based on VBoxHDD */ 191 191 static DECLCALLBACK(int) hardDiskProgressCallback(PVM pVM, unsigned uPercent, void *pvUser) 192 192 { -
trunk/src/VBox/Frontends/VirtualBox/src/VBoxGlobal.cpp
r16867 r16873 22 22 23 23 #include "VBoxGlobal.h" 24 #include <VBox/VBoxHDD -new.h>24 #include <VBox/VBoxHDD.h> 25 25 26 26 #include "VBoxDefs.h"
Note:
See TracChangeset
for help on using the changeset viewer.