1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-22 01:34:21 +00:00

Minor code clean-ups

This commit is contained in:
Julian Storer 2010-08-27 22:16:14 +01:00
parent 76a92c0c26
commit 32081a387c
30 changed files with 240 additions and 279 deletions

View file

@ -387,13 +387,12 @@ bool juce_postMessageToSystemQueue (Message* message)
return true;
}
void MessageManager::broadcastMessage (const String& value) throw()
void MessageManager::broadcastMessage (const String& value)
{
/* TODO */
}
void* MessageManager::callFunctionOnMessageThread (MessageCallbackFunction* func,
void* parameter)
void* MessageManager::callFunctionOnMessageThread (MessageCallbackFunction* func, void* parameter)
{
if (LinuxErrorHandling::errorOccurred)
return 0;