equal
deleted
inserted
replaced
|
1 // Copyright (c) 1997-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 // |
|
15 |
|
16 /** |
|
17 @file |
|
18 @internalAll |
|
19 */ |
|
20 |
|
21 #ifndef __DIDENBAD_H |
|
22 #define __DIDENBAD_H |
|
23 |
|
24 #include <e32base.h> |
|
25 #include "ET_PHONE.H" |
|
26 #include "ACQUIRE.H" |
|
27 |
|
28 // |
|
29 // CPhoneFactoryBad object |
|
30 // |
|
31 class CLibUnloader; |
|
32 class CPhoneFactoryBad: public CPhoneFactoryBase |
|
33 /** |
|
34 @internalComponent |
|
35 */ |
|
36 { |
|
37 public: |
|
38 CPhoneFactoryBad(); |
|
39 ~CPhoneFactoryBad(); |
|
40 virtual TInt GetPhoneInfo(const TInt aIndex, RTelServer::TPhoneInfo& aPhoneFactoryBaseInfo); |
|
41 virtual TInt EnumeratePhones(); |
|
42 virtual CPhoneBase* NewPhoneL(const TDesC& aName); |
|
43 virtual TBool IsSupported(const TInt aMixin); |
|
44 }; |
|
45 |
|
46 #endif |