mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
.reference
This commit is contained in:
parent
3a12694cf7
commit
a51d0a795b
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ void AnythingEnd()
|
||||||
}
|
}
|
||||||
|
|
||||||
struct ProgressFilter { // Simple filter example just prints amount of data processed
|
struct ProgressFilter { // Simple filter example just prints amount of data processed
|
||||||
Callback2<const void *, int> WhenOut;
|
Event<const void *, int> WhenOut;
|
||||||
void Put(const void *ptr, int size) {
|
void Put(const void *ptr, int size) {
|
||||||
DLOG("#### Loaded " << size << " bytes");
|
DLOG("#### Loaded " << size << " bytes");
|
||||||
WhenOut(ptr, size);
|
WhenOut(ptr, size);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue