| 195 | } |
| 196 | |
| 197 | char *CXConsoleVariable::GetString() |
| 198 | { |
| 199 | return (m_sValue); |
| 200 | } |
| 201 | |
| 202 | ////////////////////////////////////////////////////////////////////////// |
| 203 | void CXConsoleVariable::ForceSet(const char* s) |
no outgoing calls
no test coverage detected