1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/epoc32/include/etslotnum.h Tue Mar 16 16:12:26 2010 +0000
1.3 @@ -0,0 +1,117 @@
1.4 +// Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
1.5 +// All rights reserved.
1.6 +// This component and the accompanying materials are made available
1.7 +// under the terms of the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members
1.8 +// which accompanies this distribution, and is available
1.9 +// at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
1.10 +//
1.11 +// Initial Contributors:
1.12 +// Nokia Corporation - initial contribution.
1.13 +//
1.14 +// Contributors:
1.15 +//
1.16 +// Description:
1.17 +//
1.18 +
1.19 +
1.20 +
1.21 +/**
1.22 + @file
1.23 + @publishedAll
1.24 + @released
1.25 +*/
1.26 +
1.27 +#if !defined(__ET_SLOTNUM_H__)
1.28 +#define __ET_SLOTNUM_H__
1.29 +
1.30 +//
1.31 +// Number of server-side slots for each notification (greater than 1)
1.32 +// These are suggested sizes and can be over-ridden by TSY by setting a different
1.33 +// number in the NumberOfSlotsL method
1.34 +//
1.35 +
1.36 +//
1.37 +// RMobilePhone
1.38 +//
1.39 +/**
1.40 +@internalTechnology
1.41 +*/
1.42 +const TUint KSlotNotifyModeChange = 2;
1.43 +/**
1.44 +@internalComponent
1.45 +*/
1.46 +const TUint KSlotNotifyBatteryInfoChange = 2;
1.47 +const TUint KSlotNotifySignalStrengthChange = 2;
1.48 +const TUint KSlotNotifyCurrentNetworkChange = 2;
1.49 +const TUint KSlotNotifyNetworkRegistrationStatusChange = 3;
1.50 +const TUint KSlotNotifyNITZInfoChange = 2;
1.51 +const TUint KSlotNotifyCallServiceCapsChange = 2;
1.52 +const TUint KSlotNotifyCostInfoChange = 3;
1.53 +const TUint KSlotNotifySecurityEvent = 2;
1.54 +const TUint KSlotNotifyMessageWaiting = 2;
1.55 +
1.56 +//
1.57 +// RMobilePhoneStore
1.58 +//
1.59 +/**
1.60 +@internalComponent
1.61 +*/
1.62 +const TUint KSlotNotifyStoreEvent = 3;
1.63 +
1.64 +//
1.65 +// RMobileCall
1.66 +//
1.67 +/**
1.68 +@internalComponent
1.69 +*/
1.70 +const TUint KSlotNotifyHscsdInfoChange = 2;
1.71 +const TUint KSlotNotifyMobileCallCapsChange = 3;
1.72 +const TUint KSlotNotifyCallEvent = 2;
1.73 +const TUint KSlotNotifyMobileCallStatusChange = 3;
1.74 +const TUint KSlotNotifyUUSCapsChange = 2;
1.75 +
1.76 +//
1.77 +// RMobileLine
1.78 +//
1.79 +/**
1.80 +@internalComponent
1.81 +*/
1.82 +const TUint KSlotNotifyMobileLineStatusChange = 3;
1.83 +
1.84 +//
1.85 +// RMobileConferenceCall
1.86 +//
1.87 +/**
1.88 +@internalComponent
1.89 +*/
1.90 +const TUint KSlotNotifyConferenceCapsChange = 2;
1.91 +const TUint KSlotNotifyConferenceStatusChange = 2;
1.92 +const TUint KSlotNotifyConferenceEvent = 2;
1.93 +
1.94 +//
1.95 +// RMobileSmsMessaging
1.96 +//
1.97 +/**
1.98 +@internalComponent
1.99 +*/
1.100 +const TUint KSlotReceiveSmsMessage = 5;
1.101 +
1.102 +//
1.103 +// RMobileBroadcastMessaging
1.104 +//
1.105 +/**
1.106 +@internalComponent
1.107 +*/
1.108 +const TUint KSlotReceiveBroadcastMessage = 3;
1.109 +
1.110 +//
1.111 +// RMobileUssdMessaging
1.112 +//
1.113 +/**
1.114 +@internalComponent
1.115 +*/
1.116 +const TUint KSlotReceiveUssdMessage = 5;
1.117 +
1.118 +
1.119 +
1.120 +#endif