windowing/windowserver/nga/SERVER/debughelper.h
changeset 152 9f1c3fea0f87
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/windowing/windowserver/nga/SERVER/debughelper.h	Wed Aug 18 11:05:09 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