diff -r 57c618273d5c -r bbf46f59e123 windowing/windowserver/nga/SERVER/debughelper.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/windowing/windowserver/nga/SERVER/debughelper.h Tue Aug 31 16:31:06 2010 +0300 @@ -0,0 +1,11 @@ +#ifndef __DEBUGHELPER_H__ +#define __DEBUGHELPER_H__ + +#include +#include +#include + +const TDesC& RawEventName(const TRawEvent& aEvent); +const TDesC& WsEventName(const TWsEvent& aEvent); + +#endif