-----------------------------------------------------------------------
| 62 | } |
| 63 | //----------------------------------------------------------------------- |
| 64 | void ConfigFile::loadFromResourceSystem(const String& filename, |
| 65 | const String& resourceGroup, const String& separators, bool trimWhitespace) |
| 66 | { |
| 67 | DataStreamPtr stream = |
| 68 | ResourceGroupManager::getSingleton().openResource(filename, resourceGroup); |
| 69 | load(stream, separators, trimWhitespace); |
| 70 | } |
| 71 | //----------------------------------------------------------------------- |
| 72 | void ConfigFile::load(const DataStreamPtr& stream, const String& separators, |
| 73 | bool trimWhitespace) |
no outgoing calls
no test coverage detected