| 175 | } |
| 176 | |
| 177 | int IPLProcess::getProcessPropertyInt(const char *name) |
| 178 | { |
| 179 | checkPropertyKey(name); |
| 180 | return ((IPLProcessPropertyInt*) _properties[name].get())->value(); |
| 181 | } |
| 182 | |
| 183 | unsigned int IPLProcess::getProcessPropertyUnsignedInt(const char *name) |
| 184 | { |