| 170 | } |
| 171 | |
| 172 | int CAUserDefault::getIntegerForKey(const char* pKey) |
| 173 | { |
| 174 | return getIntegerForKey(pKey, 0); |
| 175 | } |
| 176 | |
| 177 | int CAUserDefault::getIntegerForKey(const char* pKey, int defaultValue) |
| 178 | { |
nothing calls this directly
no test coverage detected