branch | RCL_3 |
changeset 19 | bbf46f59e123 |
--- /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 <e32event.h> +#include <e32base.h> +#include <w32std.h> + +const TDesC& RawEventName(const TRawEvent& aEvent); +const TDesC& WsEventName(const TWsEvent& aEvent); + +#endif