| 5993 | } |
| 5994 | |
| 5995 | void Config::setConfigIOProxy(ConfigIOProxyRcPtr ciop) |
| 5996 | { |
| 5997 | getImpl()->m_context->setConfigIOProxy(ciop); |
| 5998 | |
| 5999 | AutoMutex lock(getImpl()->m_cacheidMutex); |
| 6000 | getImpl()->resetCacheIDs(); |
| 6001 | } |
| 6002 | |
| 6003 | ConfigIOProxyRcPtr Config::getConfigIOProxy() const |
| 6004 | { |