windowing/windowserver/nga/SERVER/debughelper.h
author hgs
Wed, 25 Aug 2010 08:17:25 +0300
changeset 160 969102054596
parent 136 62bb7c97884c
permissions -rw-r--r--
201032

#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