/////////////////////////////////////////////////////////////////////
| 146 | |
| 147 | ////////////////////////////////////////////////////////////////////////// |
| 148 | void Config::Set( const char *key,const char* value ) |
| 149 | { |
| 150 | m_map[key] = value; |
| 151 | } |
no outgoing calls
no test coverage detected