equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2006-2007 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: A class for USIM extension defined icon identification |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 #ifndef TPSU2SIMICONID_H |
|
21 #define TPSU2SIMICONID_H |
|
22 |
|
23 #include "Pbk2USIMUIUID.h" |
|
24 #include <TPbk2IconId.h> |
|
25 #include <Pbk2ExtensionUID.h> |
|
26 #include <Pbk2USimUI.hrh> |
|
27 |
|
28 /** |
|
29 * A class for phonebook2 defined icon identification |
|
30 * |
|
31 */ |
|
32 class TPsu2SimIconId : public TPbk2IconId |
|
33 { |
|
34 public: |
|
35 |
|
36 /** |
|
37 * C++ constructor. |
|
38 * @param aPbkCoreIconId the core phonebook2 icon id |
|
39 */ |
|
40 inline TPsu2SimIconId( TPsu2IconId aPsu2IconId ) |
|
41 : TPbk2IconId( TUid::Uid( KPbk2USIMExtensionImplementationUID ), |
|
42 aPsu2IconId ) |
|
43 { |
|
44 } |
|
45 }; |
|
46 |
|
47 #endif // TPSU2SIMICONID_H |