Changeset 98291 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Jan 25, 2023 12:16:44 AM (23 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/MediumImpl.h
r98103 r98291 360 360 Utf8Str i_getNewLocationForMoving() const; 361 361 362 static DECLCALLBACK(void) i_vdErrorCall(void *pvUser, int rc, RT_SRC_POS_DECL,362 static DECLCALLBACK(void) i_vdErrorCall(void *pvUser, int vrc, RT_SRC_POS_DECL, 363 363 const char *pszFormat, va_list va); 364 364 static DECLCALLBACK(bool) i_vdConfigAreKeysValid(void *pvUser,
Note:
See TracChangeset
for help on using the changeset viewer.