| 35 | } |
| 36 | |
| 37 | ConfManager * ContextManager::configuration() |
| 38 | { |
| 39 | if (s_instance == nullptr) |
| 40 | s_instance = new ContextManager(); |
| 41 | return s_instance->_configuration; |
| 42 | } |
| 43 | |
| 44 | KeyNameManager * ContextManager::keyName() |
| 45 | { |
nothing calls this directly
no outgoing calls
no test coverage detected