| 1312 | { |
| 1313 | public: |
| 1314 | const char* getDirectory(unsigned code) |
| 1315 | { |
| 1316 | try |
| 1317 | { |
| 1318 | return dataCache().getDir(code); |
| 1319 | } |
| 1320 | catch (const Exception&) |
| 1321 | { |
| 1322 | return NULL; |
| 1323 | } |
| 1324 | } |
| 1325 | |
| 1326 | IConfig* getPluginConfig(const char* pluginName) |
| 1327 | { |
no test coverage detected