| 2243 | } |
| 2244 | |
| 2245 | void Config::setSearchPath(const char * path) |
| 2246 | { |
| 2247 | getImpl()->m_context->setSearchPath(path ? path : ""); |
| 2248 | |
| 2249 | AutoMutex lock(getImpl()->m_cacheidMutex); |
| 2250 | getImpl()->resetCacheIDs(); |
| 2251 | } |
| 2252 | |
| 2253 | int Config::getNumSearchPaths() const |
| 2254 | { |