| author | sl@SLION-WIN7.fritz.box | 
| Fri, 15 Jun 2012 03:10:57 +0200 | |
| changeset 0 | bde4ae8d615e | 
| 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  |