Changeset 67242 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Jun 2, 2017 3:09:35 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/ProgressImpl.h
r67230 r67242 141 141 bool i_setCancelCallback(void (*pfnCallback)(void *), void *pvUser); 142 142 143 static DECLCALLBACK(int) i_iprtProgressCallback(unsigned uPrecentage, void *pvUser); 143 static DECLCALLBACK(int) i_iprtProgressCallback(unsigned uPercentage, void *pvUser); 144 static DECLCALLBACK(int) Progress::i_vdProgressCallback(void *pvUser, unsigned uPercentage); 144 145 145 146 protected:
Note:
See TracChangeset
for help on using the changeset viewer.