Changeset 65066 in vbox for trunk/src/VBox/Main/src-server
- Timestamp:
- Jan 3, 2017 11:22:08 AM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 112568
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/MediumImpl.cpp
r64199 r65066 7180 7180 * As a special exception, if the specified location is a file path that ends with '/' 7181 7181 * then the file name part will be generated by this method automatically in the format 7182 * '{ <uuid>}.<ext>' where <uuid> is a fresh UUID that this method will generate7183 * and assign to this medium, and <ext> is the default extension for this7182 * '{\<uuid\>}.\<ext\>' where \<uuid\> is a fresh UUID that this method will generate 7183 * and assign to this medium, and \<ext\> is the default extension for this 7184 7184 * medium's storage format. Note that this procedure requires the media state to 7185 7185 * be NotCreated and will return a failure otherwise.
Note:
See TracChangeset
for help on using the changeset viewer.