windowing/windowserver/nga/SERVER/debughelper.h
author William Roberts <williamr@symbian.org>
Mon, 23 Aug 2010 17:14:27 +0100
changeset 156 ec4d3ac02166
parent 152 9f1c3fea0f87
permissions -rw-r--r--
Remerge fixes for bug 3283, bug 3343 and bug 3344, plus Khronos OpenVG

#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