author | sl |
Tue, 10 Jun 2014 14:32:02 +0200 | |
changeset 1 | 260cb5ec6c19 |
permissions | -rw-r--r-- |
sl@0 | 1 |
#ifndef __DEBUGHELPER_H__ |
sl@0 | 2 |
#define __DEBUGHELPER_H__ |
sl@0 | 3 |
|
sl@0 | 4 |
#include <e32event.h> |
sl@0 | 5 |
#include <e32base.h> |
sl@0 | 6 |
#include <w32std.h> |
sl@0 | 7 |
|
sl@0 | 8 |
const TDesC& RawEventName(const TRawEvent& aEvent); |
sl@0 | 9 |
const TDesC& WsEventName(const TWsEvent& aEvent); |
sl@0 | 10 |
|
sl@0 | 11 |
#endif |