telephonyserverplugins/simatktsy/inc/stktsy_number_of_slots.h
author srilekhas <srilekhas@symbian.org>
Fri, 17 Sep 2010 17:35:51 +0100
branchRCL_3
changeset 71 b10722dbe19e
parent 0 3553901f7fa8
child 24 6638e7f4bd8f
permissions -rw-r--r--
Merge RCL_3 fix to Bug 1398 with the latest delivery.

// 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