- now the mess with threads has gone away
- we have a class BaseThread -- this is a base class -- we can inherit from it when creating a new thread - others treads are correctly stopped (when signal comes) -- pthread_join - we have a special thread only for signals git-svn-id: svn://ttmath.org/publicrep/winix/trunk@685 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -45,10 +45,6 @@ void Functions::SetTemplates(Templates * ptemplates)
|
||||
}
|
||||
|
||||
|
||||
void Functions::SetNotify(Notify * pnotify)
|
||||
{
|
||||
notify = pnotify;
|
||||
}
|
||||
|
||||
|
||||
size_t Functions::FunctionsSize()
|
||||
@@ -138,7 +134,6 @@ void Functions::SetObjects(FunctionBase * fun)
|
||||
fun->SetSystem(system);
|
||||
fun->SetFunctions(this);
|
||||
fun->SetTemplates(templates);
|
||||
fun->SetNotify(notify);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user