| 44 | } |
| 45 | |
| 46 | void NonBlockingAlgorithm::SetPointerParameter(const char *parameter, BaseData *value) |
| 47 | { |
| 48 | m_ParameterListMutex.lock(); |
| 49 | m_Parameters->SetProperty(parameter, SmartPointerProperty::New(value)); |
| 50 | m_ParameterListMutex.unlock(); |
| 51 | } |
| 52 | |
| 53 | void NonBlockingAlgorithm::DefineTriggerParameter(const char *parameter) |
| 54 | { |
no test coverage detected