Changeset 17970 in vbox for trunk/src/VBox/Main/testcase/tstVBoxAPILinux.cpp
- Timestamp:
- Mar 16, 2009 7:08:16 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/testcase/tstVBoxAPILinux.cpp
r17825 r17970 314 314 */ 315 315 nsCOMPtr <IProgress> progress; 316 rc = hardDisk->Create DynamicStorage(100, // size in megabytes317 318 316 rc = hardDisk->CreateBaseStorage(100, // size in megabytes 317 HardDiskVariant_Standard, 318 getter_AddRefs(progress)); // optional progress object 319 319 if (NS_FAILED(rc)) 320 320 {
Note:
See TracChangeset
for help on using the changeset viewer.