Visual studio 2005 thinks that long long int is 64 bit. The difference between
[dasher.git] / Src / Win32 / EditWrapper.cpp
blob2ad052c941ef0b0d913c4ffa5786f2ff0d7e6f38
2 // #include "WinCommon.h"
3 // #include "EditWrapper.h"
5 // CEditWrapper::CEditWrapper(void) {
6 // m_pEventHandler = NULL;
7 // }
9 // CEditWrapper::~CEditWrapper(void) {
10 // }
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);
18 // }
19 // }