diff -r 5d03bc08d59c -r fed1595b188e windowing/windowserver/nga/CLIENT/RWS.CPP --- a/windowing/windowserver/nga/CLIENT/RWS.CPP Tue Feb 02 01:47:50 2010 +0200 +++ b/windowing/windowserver/nga/CLIENT/RWS.CPP Sat Feb 20 00:07:50 2010 +0200 @@ -1,4 +1,4 @@ -// Copyright (c) 1995-2009 Nokia Corporation and/or its subsidiary(-ies). +// Copyright (c) 1995-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" @@ -2044,7 +2044,7 @@ WriteInt(aRemove,EWsClOpRemoveKeyCode); } -EXPORT_C void RWsSession::SimulateXyInputType(TXYInputType aInputType) +EXPORT_C void RWsSession::SimulateXyInputType(TInt aInputType) { WriteInt(aInputType,EWsClOpSimulateXyInput); }