Changeset 58255 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Oct 14, 2015 5:16:29 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/net/UINetworkReply.cpp
r58252 r58255 142 142 * @{ */ 143 143 /** Redirects download progress callback to particular object which can handle it. */ 144 static voidhandleProgressChange(RTHTTP hHttp, void *pvUser, uint64_t cbDownloadTotal, uint64_t cbDownloaded);144 static DECLCALLBACK(void) handleProgressChange(RTHTTP hHttp, void *pvUser, uint64_t cbDownloadTotal, uint64_t cbDownloaded); 145 145 /** Handles download progress callback. */ 146 146 void handleProgressChange(uint64_t cbDownloadTotal, uint64_t cbDownloaded); … … 818 818 819 819 /* static */ 820 voidUINetworkReplyPrivateThread::handleProgressChange(RTHTTP hHttp, void *pvUser, uint64_t cbDownloadTotal, uint64_t cbDownloaded)820 DECLCALLBACK(void) UINetworkReplyPrivateThread::handleProgressChange(RTHTTP hHttp, void *pvUser, uint64_t cbDownloadTotal, uint64_t cbDownloaded) 821 821 { 822 822 /* Redirect callback to particular object: */
Note:
See TracChangeset
for help on using the changeset viewer.