2 // #include "WinCommon.h"
3 // #include "EditWrapper.h"
5 // CEditWrapper::CEditWrapper(void) {
6 // m_pEventHandler = NULL;
9 // CEditWrapper::~CEditWrapper(void) {
12 // void CEditWrapper::HandleEvent(Dasher::CEvent *pEvent) {
14 // // Just pass the event to the event handler if it exists
16 // if(m_pEventHandler) {
17 // m_pEventHandler->HandleEvent(pEvent);