| 239 | } |
| 240 | |
| 241 | CTxtWinHost::CTxtWinHost() : m_re(NULL) |
| 242 | { |
| 243 | ::ZeroMemory(&cRefs, sizeof(CTxtWinHost) - offsetof(CTxtWinHost, cRefs)); |
| 244 | cchTextMost = cInitTextMax; |
| 245 | laccelpos = -1; |
| 246 | } |
| 247 | |
| 248 | CTxtWinHost::~CTxtWinHost() |
| 249 | { |
nothing calls this directly
no outgoing calls
no test coverage detected