1 // Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
2 // All rights reserved.
3 // This component and the accompanying materials are made available
4 // 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
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
24 #if !defined(__ET_SLOTNUM_H__)
25 #define __ET_SLOTNUM_H__
28 // Number of server-side slots for each notification (greater than 1)
29 // These are suggested sizes and can be over-ridden by TSY by setting a different
30 // number in the NumberOfSlotsL method
39 const TUint KSlotNotifyModeChange = 2;
43 const TUint KSlotNotifyBatteryInfoChange = 2;
44 const TUint KSlotNotifySignalStrengthChange = 2;
45 const TUint KSlotNotifyCurrentNetworkChange = 2;
46 const TUint KSlotNotifyNetworkRegistrationStatusChange = 3;
47 const TUint KSlotNotifyNITZInfoChange = 2;
48 const TUint KSlotNotifyCallServiceCapsChange = 2;
49 const TUint KSlotNotifyCostInfoChange = 3;
50 const TUint KSlotNotifySecurityEvent = 2;
51 const TUint KSlotNotifyMessageWaiting = 2;
59 const TUint KSlotNotifyStoreEvent = 3;
67 const TUint KSlotNotifyHscsdInfoChange = 2;
68 const TUint KSlotNotifyMobileCallCapsChange = 3;
69 const TUint KSlotNotifyCallEvent = 2;
70 const TUint KSlotNotifyMobileCallStatusChange = 3;
71 const TUint KSlotNotifyUUSCapsChange = 2;
79 const TUint KSlotNotifyMobileLineStatusChange = 3;
82 // RMobileConferenceCall
87 const TUint KSlotNotifyConferenceCapsChange = 2;
88 const TUint KSlotNotifyConferenceStatusChange = 2;
89 const TUint KSlotNotifyConferenceEvent = 2;
92 // RMobileSmsMessaging
97 const TUint KSlotReceiveSmsMessage = 5;
100 // RMobileBroadcastMessaging
105 const TUint KSlotReceiveBroadcastMessage = 3;
108 // RMobileUssdMessaging
113 const TUint KSlotReceiveUssdMessage = 5;