windowing/windowserver/nga/SERVER/debughelper.h
author hgs
Fri, 17 Sep 2010 17:00:49 +0300
changeset 178 89bd4cfee505
parent 136 62bb7c97884c
permissions -rw-r--r--
201037

#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