diff -r 000000000000 -r 3553901f7fa8 telephonyserverplugins/simatktsy/inc/stktsy_number_of_slots.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/telephonyserverplugins/simatktsy/inc/stktsy_number_of_slots.h Tue Feb 02 01:41:59 2010 +0200 @@ -0,0 +1,43 @@ +// Copyright (c) 2002-2009 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" +// which accompanies this distribution, and is available +// at the URL "http://www.eclipse.org/legal/epl-v10.html". +// +// Initial Contributors: +// Nokia Corporation - initial contribution. +// +// Contributors: +// +// Description: +// Defines number of slots for etel IPCs +// + + + +#ifndef _STKTSY_NUMBEROFSLOTS_H_ +#define _STKTSY_NUMBEROFSLOTS_H_ + +const TUint8 KSatNotifyDisplayTextPCmdSlots = 2; +const TUint8 KSatNotifyGetInkeyPCmdSlots = 2; +const TUint8 KSatNotifyGetInputPCmdSlots = 2; +const TUint8 KSatNotifyPlayTonePCmdSlots = 2; +const TUint8 KSatNotifySetUpMenuPCmdSlots = 2; +const TUint8 KSatNotifySelectItemPCmdSlots = 2; +const TUint8 KSatNotifySendSmPCmdSlots = 2; +const TUint8 KSatNotifySendSsPCmdSlots = 2; +const TUint8 KSatNotifySendUssdPCmdSlots = 2; +const TUint8 KSatNotifySetUpCallPCmdSlots = 2; +const TUint8 KSatNotifyRefreshPCmdSlots = 2; +const TUint8 KSatNotifyProactiveSimSessionEndSlots = 2; +const TUint8 KSatNotifySetUpIdleModeTextPCmdSlots = 2; +const TUint8 KSatNotifyLaunchBrowserSlots = 2; +const TUint8 KSatNotifyCallControlRequestSlots = 2; +const TUint8 KSatNotifySendDtmfSlots = 2; +const TUint8 KSatNotifySetUpEventListSlots = 4; + + +#endif // _STKTSY_NUMBEROFSLOTS_H_ + +// End of File