- Timestamp:
- Dec 13, 2018 8:03:15 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127487
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/MediumImpl.cpp
r76215 r76220 4920 4920 * @param aWait @c true if this method should block instead of 4921 4921 * creating an asynchronous thread. 4922 * @param aNotify Notify about mediums which metadatа are changed 4923 * during execution of the function. 4922 4924 * 4923 4925 * @note Locks this object and @a aTarget for writing. … … 5184 5186 * @param aWait @c true if this method should block instead of creating 5185 5187 * an asynchronous thread. 5188 * @param aNotify Notify about mediums which metadatа are changed 5189 * during execution of the function. 5186 5190 * 5187 5191 * @note Locks mVirtualBox and this object for writing. Locks medium tree for … … 6005 6009 * @param aWait @c true if this method should block instead of creating 6006 6010 * an asynchronous thread. 6011 * @param aNotify Notify about mediums which metadatа are changed 6012 * during execution of the function. 6007 6013 * 6008 6014 * @note Locks the tree lock for writing. Locks the media from the chain … … 6186 6192 * @param aWait @c true if this method should block instead of creating 6187 6193 * an asynchronous thread. 6194 * @param aNotify Notify about mediums which metadatа are changed 6195 * during execution of the function. 6188 6196 * 6189 6197 * @note Locks the media from the chain for writing. … … 6537 6545 * @param aParent Parent medium. May be NULL. 6538 6546 * @param aProgress Progress object to use. 6547 * @param aNotify Notify about mediums which metadatа are changed 6548 * during execution of the function. 6539 6549 * @return 6540 6550 * @note The destination format is defined by the Medium instance. … … 6646 6656 * same content as the given image in the source chain. 6647 6657 * Use UINT32_MAX to disable this optimization. 6658 * @param aNotify Notify about mediums which metadatа are changed 6659 * during execution of the function. 6648 6660 * @return 6649 6661 */
Note:
See TracChangeset
for help on using the changeset viewer.