]> git.llucax.com Git - software/eventxx.git/commit
Consistence fix about eventxx::type vs. short.
authorLeandro Lucarella <llucarella@integratech.com.ar>
Thu, 22 Mar 2007 20:49:08 +0000 (20:49 +0000)
committerLeandro Lucarella <llucarella@integratech.com.ar>
Thu, 22 Mar 2007 20:49:08 +0000 (20:49 +0000)
commit74dd493396de3a10431274f3a96f660b7eb7483c
treef9942c3d49cdb3b8a022947f974d1db753a442f8
parentd78cfcce64e1e2801de6928562875ff660a9c5d1
Consistence fix about eventxx::type vs. short.
It wasn't very clear when to use short and when to use eventxx::type. Now it's
clear. Everything use eventxx::type excepto C-like callbacks, which expects a
short.
eventxx
test/functor-way.cpp
test/mixed-way.cpp
test/test-eof.cpp
test/test-weof.cpp
test/wrapped-functor-way.cpp