Changeset 44948 in vbox for trunk/include/VBox/settings.h
- Timestamp:
- Mar 7, 2013 10:36:42 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/settings.h
r44191 r44948 18 18 19 19 /* 20 * Copyright (C) 2007-201 2Oracle Corporation20 * Copyright (C) 2007-2013 Oracle Corporation 21 21 * 22 22 * This file is part of VirtualBox Open Source Edition (OSE), as … … 234 234 com::Utf8Str strAutostartDatabasePath; 235 235 com::Utf8Str strDefaultAdditionsISO; 236 com::Utf8Str strDefaultFrontend; 236 237 uint32_t ulLogHistoryCount; 237 238 }; … … 815 816 IOSettings ioSettings; // requires settings version 1.10 (VirtualBox 3.2) 816 817 HostPCIDeviceAttachmentList pciAttachments; // requires settings version 1.12 (VirtualBox 4.1) 818 819 com::Utf8Str strDefaultFrontend; // requires settings version 1.14 (VirtualBox 4.3) 817 820 }; 818 821
Note:
See TracChangeset
for help on using the changeset viewer.