Changeset 105337 in vbox for trunk/src/VBox/Main
- Timestamp:
- Jul 16, 2024 8:18:27 AM (6 months ago)
- Location:
- trunk/src/VBox/Main
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/Recording.h
r105266 r105337 202 202 protected: 203 203 204 static DECLCALLBACK(void)s_progressCancelCallback(void *pvUser);204 static void s_progressCancelCallback(void *pvUser); 205 205 206 206 static DECLCALLBACK(void) s_recordingStateChangedCallback(RecordingContext *pCtx, RECORDINGSTS enmSts, uint32_t uScreen, int vrc, void *pvUser); -
trunk/src/VBox/Main/src-client/Recording.cpp
r105268 r105337 698 698 */ 699 699 /* static */ 700 DECLCALLBACK(void)RecordingContext::s_progressCancelCallback(void *pvUser)700 void RecordingContext::s_progressCancelCallback(void *pvUser) 701 701 { 702 702 RecordingContext *pThis = (RecordingContext *)pvUser;
Note:
See TracChangeset
for help on using the changeset viewer.