Update contrib.
1 // Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
2 // All rights reserved.
3 // This component and the accompanying materials are made available
4 // under the terms of "Eclipse Public License v1.0"
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
14 // Contains dummy implementations for exported methods implemented in NGA version
15 // of this file which share def files with WSERV NONNGA.
20 #include "advancedpointerevent.inl"
22 EXPORT_C TInt TAdvancedPointerEvent::DoGetPointerNumber() const
23 /** Dummy implementation in order to preserve compatibility with WSERV NGA.
30 EXPORT_C TInt TAdvancedPointerEvent::DoGetProximity() const
31 /** Dummy implementation in order to preserve compatibility with WSERV NGA.
38 EXPORT_C TInt TAdvancedPointerEvent::DoGetPressure() const
39 /** Dummy implementation in order to preserve compatibility with WSERV NGA.
46 EXPORT_C TInt TAdvancedPointerEvent::DoGetProximityAndPressure() const
47 /** Dummy implementation in order to preserve compatibility with WSERV NGA.
54 EXPORT_C void TWsEvent::InitAdvancedPointerEvent(TPointerEvent::TType /*aType*/, TUint /*aModifiers*/, const TPoint3D &/*aPoint3D*/, TUint8 /*aPointerNumber*/)
55 /** Dummy implementation in order to preserve compatibility with WSERV NGA.
61 EXPORT_C void TWsEvent::SetPointerNumber(TUint8 /*aPointerNumber*/)
62 /** Dummy implementation in order to preserve compatibility with WSERV NGA.
68 EXPORT_C void TWsEvent::SetPointerZ(TInt /*aZ*/)
69 /** Dummy implementation in order to preserve compatibility with WSERV NGA.
75 EXPORT_C TAdvancedPointerEvent::TAdvancedPointerEvent(const TAdvancedPointerEvent& /*aPointerEvent*/) // Copy Constructor
76 /** Dummy implementation in order to preserve compatibility with WSERV NGA.
82 EXPORT_C TAdvancedPointerEvent& TAdvancedPointerEvent::operator=(const TAdvancedPointerEvent& /*aPointerEvent*/) // Operator = overload
83 /** Dummy implementation in order to preserve compatibility with WSERV NGA.