windowing/windowserver/inc/advancedpointerevent.h
changeset 45 36b2e23a8629
parent 0 5d03bc08d59c
--- a/windowing/windowserver/inc/advancedpointerevent.h	Fri Apr 16 16:21:04 2010 +0300
+++ b/windowing/windowserver/inc/advancedpointerevent.h	Mon May 03 13:44:32 2010 +0300
@@ -1,4 +1,4 @@
-// Copyright (c) 1994-2009 Nokia Corporation and/or its subsidiary(-ies).
+// Copyright (c) 1994-2010 Nokia Corporation and/or its subsidiary(-ies).
 // All rights reserved.
 // This component and the accompanying materials are made available
 // under the terms of "Eclipse Public License v1.0"
@@ -16,6 +16,17 @@
 #ifndef ADVANCEDPOINTEREVENT_H
 #define ADVANCEDPOINTEREVENT_H
 
+#ifndef __E32STD_H__
+#include <e32std.h>
+#endif
+#ifndef __E32KEYS_H__
+#include <e32keys.h>
+#endif
+#ifndef POINTEREVENT_H
+#include <pointerevent.h>
+#endif
+
+
 /** Subclass of TPointerEvent created in order to maintain binary compatibility while
 extending TPointerEvent with new data:
 (1) pointer number of the pointer whose state change is described by the event,
@@ -140,4 +151,7 @@
 	{
 	return (iModifiers&EModifierAdvancedPointerEvent ? static_cast<const TAdvancedPointerEvent*>(this) : NULL);	
 	}
+
+#include "advancedpointerevent.inl"
+
 #endif /* ADVANCEDPOINTEREVENT_H */