windowing/windowserver/nga/SERVER/debughelper.h
author William Roberts <williamr@symbian.org>
Tue, 31 Aug 2010 17:36:36 +0100
changeset 162 ddd5e47f1936
parent 152 9f1c3fea0f87
permissions -rw-r--r--
Add sgresource.iby to minigui-stripped.oby

#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