]> git.llucax.com Git - software/eventxx.git/commit
Casting fixes.
authorLeandro Lucarella <llucarella@integratech.com.ar>
Wed, 27 Dec 2006 19:01:45 +0000 (19:01 +0000)
committerLeandro Lucarella <llucarella@integratech.com.ar>
Wed, 27 Dec 2006 19:01:45 +0000 (19:01 +0000)
commitb2d7232b16208cdad0c31ea507003b7cefe685f0
treeb6dfcbd81af640ded9c1086eb2f8ae9d7e045bc1
parentffa2e050e8cc072fe47d37e4fe7610c417f4c32f
Casting fixes.
When using function pointers (other than the libevent C API style callbacks),
the implicit cast doesn't work, so reinterpret_cast< void* > is used.
event