| 2159 | // RESOURCES ////////////////////////////////////////////////////////////// |
| 2160 | |
| 2161 | ConstContextRcPtr Config::getCurrentContext() const |
| 2162 | { |
| 2163 | return getImpl()->m_context; |
| 2164 | } |
| 2165 | |
| 2166 | void Config::addEnvironmentVar(const char * name, const char * defaultValue) |
| 2167 | { |