| 8 | DUI_END_MESSAGE_MAP() |
| 9 | |
| 10 | MessageBoxWhd::MessageBoxWhd(MsgType type, UINT code, CDuiString msg) |
| 11 | { |
| 12 | m_uType = type; |
| 13 | m_uMsgCode = code; |
| 14 | m_dstrExMsg = msg; |
| 15 | } |
| 16 | |
| 17 | MessageBoxWhd::~MessageBoxWhd(void) |
| 18 | { |
nothing calls this directly
no outgoing calls
no test coverage detected