| 137 | ////////////////////////////////////////////////////////////////////////////////////////////// |
| 138 | |
| 139 | CRegString::CRegString(void) |
| 140 | { |
| 141 | m_value = _T(""); |
| 142 | m_defaultvalue = _T(""); |
| 143 | m_key = _T(""); |
| 144 | m_base = HKEY_CURRENT_USER; |
| 145 | m_read = FALSE; |
| 146 | m_force = FALSE; |
| 147 | } |
| 148 | |
| 149 | /** |
| 150 | * Constructor. |
nothing calls this directly
no outgoing calls
no test coverage detected