os/graphics/windowing/windowserver/nga/SERVER/debughelper.h
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     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