equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2006 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: CNcdPreminetProtocolPurchaseImpl declaration |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #ifndef NCD_PROTOCOL_ELEMENT_PURCHASE_IMPL_H |
|
20 #define NCD_PROTOCOL_ELEMENT_PURCHASE_IMPL_H |
|
21 |
|
22 #include "ncd_pp_purchase.h" |
|
23 #include "ncdprotocoltypes.h" |
|
24 |
|
25 |
|
26 class CNcdPreminetProtocolPurchaseImpl |
|
27 : public CBase, public MNcdPreminetProtocolPurchase |
|
28 { |
|
29 |
|
30 public: |
|
31 |
|
32 static CNcdPreminetProtocolPurchaseImpl* NewL(); |
|
33 static CNcdPreminetProtocolPurchaseImpl* NewLC(); |
|
34 |
|
35 virtual ~CNcdPreminetProtocolPurchaseImpl(); |
|
36 |
|
37 void ConstructL(); |
|
38 |
|
39 public: |
|
40 |
|
41 }; |
|
42 |
|
43 #endif // NCD_PROTOCOL_ELEMENT_PURCHASE_IMPL_H |