| 278 | } |
| 279 | |
| 280 | std::string CAUserDefault::getStringForKey(const char* pKey) |
| 281 | { |
| 282 | return getStringForKey(pKey, ""); |
| 283 | } |
| 284 | |
| 285 | string CAUserDefault::getStringForKey(const char* pKey, const std::string & defaultValue) |
| 286 | { |
nothing calls this directly
no test coverage detected