windowing/windowserver/nga/SERVER/debughelper.h
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Thu, 02 Sep 2010 21:50:40 +0300
changeset 168 2bd88482bfe5
parent 152 9f1c3fea0f87
permissions -rw-r--r--
Revision: 201035 Kit: 201035

#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