VirtualBox

Changeset 67245 in vbox for trunk/src/VBox/Main/include


Ignore:
Timestamp:
Jun 2, 2017 3:12:42 PM (8 years ago)
Author:
vboxsync
Message:

Main/ProgresImpl: Added a callback method for VD as well (i_vdProgressCallback). Identical to the IPRT one, except the parameters are switched around.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/ProgressImpl.h

    r67242 r67245  
    142142
    143143    static DECLCALLBACK(int) i_iprtProgressCallback(unsigned uPercentage, void *pvUser);
    144     static DECLCALLBACK(int) Progress::i_vdProgressCallback(void *pvUser, unsigned uPercentage);
     144    static DECLCALLBACK(int) i_vdProgressCallback(void *pvUser, unsigned uPercentage);
    145145
    146146protected:
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette