changeset 0 | bde4ae8d615e |
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/os/graphics/windowing/windowserver/nga/SERVER/debughelper.h Fri Jun 15 03:10:57 2012 +0200 1.3 @@ -0,0 +1,11 @@ 1.4 +#ifndef __DEBUGHELPER_H__ 1.5 +#define __DEBUGHELPER_H__ 1.6 + 1.7 +#include <e32event.h> 1.8 +#include <e32base.h> 1.9 +#include <w32std.h> 1.10 + 1.11 +const TDesC& RawEventName(const TRawEvent& aEvent); 1.12 +const TDesC& WsEventName(const TWsEvent& aEvent); 1.13 + 1.14 +#endif