windowing/windowserver/nga/SERVER/debughelper.h
author hgs
Fri, 17 Sep 2010 17:25:01 +0300
changeset 179 b50de33648a3
parent 136 62bb7c97884c
permissions -rw-r--r--
201037_1

#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