Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
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 Go to previous messageGo to previous message
kohait00 is currently offline  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 Smile

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;
}
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: how to use timer id? and how to kill a timer
Next Topic: FIX: Callback / Tuple
Goto Forum:
  


Current Time: Mon May 06 07:25:35 CEST 2024

Total time taken to generate the page: 0.01552 seconds