Changeset 37586 in vbox for trunk/src/VBox/Main/src-server/MediumFormatImpl.cpp
- Timestamp:
- Jun 22, 2011 11:49:40 AM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 72430
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/MediumFormatImpl.cpp
r37423 r37586 6 6 7 7 /* 8 * Copyright (C) 2008-201 0Oracle Corporation8 * Copyright (C) 2008-2011 Oracle Corporation 9 9 * 10 10 * This file is part of VirtualBox Open Source Edition (OSE), as … … 66 66 * name/description field. */ 67 67 unconst(m.strName) = aVDInfo->pszBackend; 68 /* The capabilities of the backend */68 /* The capabilities of the backend. Assumes 1:1 mapping! */ 69 69 unconst(m.capabilities) = aVDInfo->uBackendCaps; 70 70 /* Save the supported file extensions in a list */
Note:
See TracChangeset
for help on using the changeset viewer.