mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-21 06:45:39 -06:00
.autotest
git-svn-id: svn://ultimatepp.org/upp/trunk@15920 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
e664ab0c3b
commit
e1d5aa475c
3 changed files with 35 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
using namespace Upp;
|
||||
|
||||
struct StreamCopyFilter { // 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) {
|
||||
WhenOut(ptr, size);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue