equal
deleted
inserted
replaced
|
1 // Copyright (c) 2006-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 "Eclipse Public License v1.0" |
|
5 // which accompanies this distribution, and is available |
|
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
7 // |
|
8 // Initial Contributors: |
|
9 // Nokia Corporation - initial contribution. |
|
10 // |
|
11 // Contributors: |
|
12 // |
|
13 // Description: |
|
14 // @file ctlbsconflictshareddata.h |
|
15 // |
|
16 // |
|
17 |
|
18 |
|
19 #ifndef __T_LBS_CONFLICT_SHARED_DATA_H__ |
|
20 #define __T_LBS_CONFLICT_SHARED_DATA_H__ |
|
21 |
|
22 // System includes |
|
23 |
|
24 // Lbs includes |
|
25 #include "ctlbsshareddata.h" |
|
26 |
|
27 class CT_LbsConflictSharedData : public CT_LbsSharedData |
|
28 { |
|
29 public: |
|
30 static CT_LbsConflictSharedData* NewL(); |
|
31 CT_LbsConflictSharedData(); |
|
32 ~CT_LbsConflictSharedData(); |
|
33 |
|
34 protected: |
|
35 void ConstructL(); |
|
36 |
|
37 public: |
|
38 // Add any other things we may need. |
|
39 }; |
|
40 |
|
41 #endif // __T_LBS_CONFLICT_SHARED_DATA_H__ |