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 » Developing U++ » UppHub » Something wrong with Dispatcher?
Re: Something wrong with Dispatcher? [message #36962 is a reply to message #36961] Wed, 01 August 2012 01:26 Go to previous messageGo to previous message
bushman is currently offline  bushman
Messages: 134
Registered: February 2009
Experienced Member
Dispatcher.h line 60 looks like
void Clear() { while(dests.GetCount()>0) dests[0].Unregister(); }

Shouldn't it be changed to
void Clear() { while(dests.GetCount()>0) dests[0]->UnregisterAll(); }
instead? And what about Dispatcher destructor? Wasn't it supposed to call Clear() before returning?

Tks!
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Allegro5 - Allegro game programming library v5.x
Next Topic: Bug in Docking
Goto Forum:
  


Current Time: Sun Apr 27 22:49:47 CEST 2025

Total time taken to generate the page: 0.00788 seconds