| 133 | } |
| 134 | |
| 135 | bool CAUserDefault::getBoolForKey(const char* pKey) |
| 136 | { |
| 137 | return getBoolForKey(pKey, false); |
| 138 | } |
| 139 | |
| 140 | bool CAUserDefault::getBoolForKey(const char* pKey, bool defaultValue) |
| 141 | { |
nothing calls this directly
no test coverage detected