diff -r 11d83199e2d9 -r a2f12998bb04 localconnectivityservice/headset/inc/headset.h --- a/localconnectivityservice/headset/inc/headset.h Fri Feb 19 23:43:38 2010 +0200 +++ b/localconnectivityservice/headset/inc/headset.h Fri Mar 12 15:46:58 2010 +0200 @@ -1,5 +1,5 @@ /* -* Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies). +* Copyright (c) 2004-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" @@ -317,7 +317,7 @@ * Handle doubleclick timer expiration * */ - void ExpiredDubleClickTimer(); + void ExpiredDoubleClickTimer(); /** * Handle long press timer expiration @@ -450,6 +450,11 @@ RASCliSession iAlarmServerSession; /** + * Incoming call status + */ + TBool iIncomingCallStatus; + + /** * Alarm statusd */ TBool iAlarmStatus;