| 248 | } |
| 249 | |
| 250 | std::string CAUserDefault::getStringForKey(const char* pKey) |
| 251 | { |
| 252 | return getStringForKey(pKey, ""); |
| 253 | } |
| 254 | |
| 255 | string CAUserDefault::getStringForKey(const char* pKey, const std::string & defaultValue) |
| 256 | { |
nothing calls this directly
no test coverage detected