| 205 | } |
| 206 | |
| 207 | bool IPLProcess::getProcessPropertyBoolOneShot(const char *name) |
| 208 | { |
| 209 | checkPropertyKey(name); |
| 210 | return ((IPLProcessPropertyBoolOneShot*) _properties[name].get())->value(); |
| 211 | } |
| 212 | |
| 213 | std::string IPLProcess::getProcessPropertyString(const char *name) |
| 214 | { |