Changeset 63787 in vbox for trunk/include/VBox
- Timestamp:
- Sep 9, 2016 10:21:59 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vd-image-backend.h
r63781 r63787 592 592 typedef const VDIMAGEBACKEND *PCVDIMAGEBACKEND; 593 593 594 /** @copydoc V BOXHDDBACKEND::pfnComposeLocation */594 /** @copydoc VDIMAGEBACKEND::pfnComposeLocation */ 595 595 DECLCALLBACK(int) genericFileComposeLocation(PVDINTERFACE pConfig, char **pszLocation); 596 /** @copydoc V BOXHDDBACKEND::pfnComposeName */596 /** @copydoc VDIMAGEBACKEND::pfnComposeName */ 597 597 DECLCALLBACK(int) genericFileComposeName(PVDINTERFACE pConfig, char **pszName); 598 598
Note:
See TracChangeset
for help on using the changeset viewer.