equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2004 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of "Eclipse Public License v1.0" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: Phone Client-Server Domain Publish and Subscribe keys. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #ifndef PHONECLIENTSERVERDOMAINPSKEYS_H |
|
20 #define PHONECLIENTSERVERDOMAINPSKEYS_H |
|
21 |
|
22 #include <e32std.h> |
|
23 |
|
24 // CONSTANTS |
|
25 |
|
26 /****************************************************************************** |
|
27 * Phone Client Server Information API |
|
28 ******************************************************************************/ |
|
29 const TUid KPSUidPhoneClientServerInformation = {0x102029AA}; |
|
30 |
|
31 /** |
|
32 * Indication about operator logo change. |
|
33 * @see TTelOTALogoUpdate in PhoneClientServerDomainPStypes.h |
|
34 * @type RProperty::EByteArray |
|
35 */ |
|
36 |
|
37 const TUint32 KTelOperatorLogoUpdated = 0x00000001; |
|
38 |
|
39 #endif // PHONECLIENTSERVERDOMAINPSKEYS_H |
|
40 |
|
41 // End of file |