| 181 | } |
| 182 | |
| 183 | unsigned int IPLProcess::getProcessPropertyUnsignedInt(const char *name) |
| 184 | { |
| 185 | checkPropertyKey(name); |
| 186 | return ((IPLProcessPropertyUnsignedInt*) _properties[name].get())->value(); |
| 187 | } |
| 188 | |
| 189 | double IPLProcess::getProcessPropertyDouble(const char *name) |
| 190 | { |