Changeset 66493 in vbox
- Timestamp:
- Apr 10, 2017 9:48:57 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Storage/VDBackendsInline.h
r66491 r66493 30 30 * 31 31 * @returns VBox status code. 32 * @param a_sz PrefixBackend The backend prefix.32 * @param a_szStubName The name of the stub. 33 33 */ 34 34 #define VD_BACKEND_CALLBACK_GET_COMMENT_DEF_NOT_SUPPORTED(a_szStubName) \ … … 48 48 * 49 49 * @returns VBox status code. 50 * @param a_sz PrefixBackend The backend prefix.50 * @param a_szStubName The name of the stub. 51 51 * @param a_ImageStateType Type of the backend image state. 52 52 */ … … 71 71 * 72 72 * @returns VBox status code. 73 * @param a_sz PrefixBackend The backend prefix.73 * @param a_szStubName The name of the stub. 74 74 */ 75 75 #define VD_BACKEND_CALLBACK_GET_UUID_DEF_NOT_SUPPORTED(a_szStubName) \ … … 89 89 * 90 90 * @returns VBox status code. 91 * @param a_sz PrefixBackend The backend prefix.91 * @param a_szStubName The name of the stub. 92 92 * @param a_ImageStateType Type of the backend image state. 93 93 */
Note:
See TracChangeset
for help on using the changeset viewer.