Home » U++ Library support » U++ Callbacks and Timers » Callbacks with 'Disable' feature
Re: Callbacks with 'Disable' feature [message #29249 is a reply to message #29229] |
Wed, 13 October 2010 09:44   |
 |
kohait00
Messages: 939 Registered: July 2009 Location: Germany
|
Experienced Contributor |
|
|
what about the missing fix? i removed the act && action..Quote: |
Callback.h:161 is missing the Execute() definition for Gate4<>
|
i'm wondering that noone has needed it so far 
template <class P1, class P2, class P3, class P4>
bool Gate4<P1, P2, P3, P4>::Execute(P1 p1, P2 p2, P3 p3, P4 p4) const {
return (void *)action == (void *)1 ? true : action ? action->Execute(p1, p2, p3, p4) : false;
}
|
|
|
Goto Forum:
Current Time: Wed Aug 27 23:13:38 CEST 2025
Total time taken to generate the page: 0.00555 seconds
|