136
|
1 |
#ifndef __DEBUGHELPER_H__
|
|
2 |
#define __DEBUGHELPER_H__
|
|
3 |
|
|
4 |
#include <e32event.h>
|
|
5 |
#include <e32base.h>
|
|
6 |
#include <w32std.h>
|
|
7 |
|
|
8 |
const TDesC& RawEventName(const TRawEvent& aEvent);
|
|
9 |
const TDesC& WsEventName(const TWsEvent& aEvent);
|
|
10 |
|
|
11 |
#endif
|