1.1 --- a/epoc32/include/etslotnum.h Wed Mar 31 12:27:01 2010 +0100
1.2 +++ b/epoc32/include/etslotnum.h Wed Mar 31 12:33:34 2010 +0100
1.3 @@ -1,9 +1,9 @@
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 +// under the terms of "Eclipse Public License v1.0"
1.9 // which accompanies this distribution, and is available
1.10 -// at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
1.11 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
1.12 //
1.13 // Initial Contributors:
1.14 // Nokia Corporation - initial contribution.
1.15 @@ -19,99 +19,14 @@
1.16 @file
1.17 @publishedAll
1.18 @released
1.19 + @deprecated tb9.2sf - no published contents
1.20 */
1.21
1.22 #if !defined(__ET_SLOTNUM_H__)
1.23 #define __ET_SLOTNUM_H__
1.24
1.25 -//
1.26 -// Number of server-side slots for each notification (greater than 1)
1.27 -// These are suggested sizes and can be over-ridden by TSY by setting a different
1.28 -// number in the NumberOfSlotsL method
1.29 -//
1.30 -
1.31 -//
1.32 -// RMobilePhone
1.33 -//
1.34 -/**
1.35 -@internalTechnology
1.36 -*/
1.37 -const TUint KSlotNotifyModeChange = 2;
1.38 -/**
1.39 -@internalComponent
1.40 -*/
1.41 -const TUint KSlotNotifyBatteryInfoChange = 2;
1.42 -const TUint KSlotNotifySignalStrengthChange = 2;
1.43 -const TUint KSlotNotifyCurrentNetworkChange = 2;
1.44 -const TUint KSlotNotifyNetworkRegistrationStatusChange = 3;
1.45 -const TUint KSlotNotifyNITZInfoChange = 2;
1.46 -const TUint KSlotNotifyCallServiceCapsChange = 2;
1.47 -const TUint KSlotNotifyCostInfoChange = 3;
1.48 -const TUint KSlotNotifySecurityEvent = 2;
1.49 -const TUint KSlotNotifyMessageWaiting = 2;
1.50 -
1.51 -//
1.52 -// RMobilePhoneStore
1.53 -//
1.54 -/**
1.55 -@internalComponent
1.56 -*/
1.57 -const TUint KSlotNotifyStoreEvent = 3;
1.58 -
1.59 -//
1.60 -// RMobileCall
1.61 -//
1.62 -/**
1.63 -@internalComponent
1.64 -*/
1.65 -const TUint KSlotNotifyHscsdInfoChange = 2;
1.66 -const TUint KSlotNotifyMobileCallCapsChange = 3;
1.67 -const TUint KSlotNotifyCallEvent = 2;
1.68 -const TUint KSlotNotifyMobileCallStatusChange = 3;
1.69 -const TUint KSlotNotifyUUSCapsChange = 2;
1.70 -
1.71 -//
1.72 -// RMobileLine
1.73 -//
1.74 -/**
1.75 -@internalComponent
1.76 -*/
1.77 -const TUint KSlotNotifyMobileLineStatusChange = 3;
1.78 -
1.79 -//
1.80 -// RMobileConferenceCall
1.81 -//
1.82 -/**
1.83 -@internalComponent
1.84 -*/
1.85 -const TUint KSlotNotifyConferenceCapsChange = 2;
1.86 -const TUint KSlotNotifyConferenceStatusChange = 2;
1.87 -const TUint KSlotNotifyConferenceEvent = 2;
1.88 -
1.89 -//
1.90 -// RMobileSmsMessaging
1.91 -//
1.92 -/**
1.93 -@internalComponent
1.94 -*/
1.95 -const TUint KSlotReceiveSmsMessage = 5;
1.96 -
1.97 -//
1.98 -// RMobileBroadcastMessaging
1.99 -//
1.100 -/**
1.101 -@internalComponent
1.102 -*/
1.103 -const TUint KSlotReceiveBroadcastMessage = 3;
1.104 -
1.105 -//
1.106 -// RMobileUssdMessaging
1.107 -//
1.108 -/**
1.109 -@internalComponent
1.110 -*/
1.111 -const TUint KSlotReceiveUssdMessage = 5;
1.112 -
1.113 -
1.114 +#ifndef SYMBIAN_ENABLE_SPLIT_HEADERS
1.115 +#include <etsvr_slots.h>
1.116 +#endif
1.117
1.118 #endif