1 /* |
1 /* |
2 * Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies). |
2 * Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies). |
3 * All rights reserved. |
3 * All rights reserved. |
4 * This component and the accompanying materials are made available |
4 * This component and the accompanying materials are made available |
5 * under the terms of "Eclipse Public License v1.0" |
5 * under the terms of the License "Eclipse Public License v1.0" |
6 * which accompanies this distribution, and is available |
6 * which accompanies this distribution, and is available |
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
8 * |
8 * |
9 * Initial Contributors: |
9 * Initial Contributors: |
10 * Nokia Corporation - initial contribution. |
10 * Nokia Corporation - initial contribution. |
11 * |
11 * |
12 * Contributors: |
12 * Contributors: |
13 * |
13 * |
14 * Description: Factory for creating branding |
14 * Description: Factory for creating branding |
15 * |
15 * |
16 */ |
16 */ |
|
17 |
17 |
18 |
18 // INCLUDE FILES |
19 // INCLUDE FILES |
19 #include "cbsfactory.h" |
20 #include "cbsfactory.h" |
20 #include "cbsaccess.h" |
21 #include "cbsaccess.h" |
21 #include "cbsupdater.h" |
22 #include "cbsupdater.h" |
22 #include "mbsaccess.h" |
23 #include "mbsaccess.h" |
23 #include "mbsupdater.h" |
24 #include "mbsupdater.h" |
24 #include "cbsclient.h" |
25 #include "cbsclient.h" |
25 #include "debugtrace.h" |
26 #include "DebugTrace.h" |
26 |
27 |
27 // ============================ MEMBER FUNCTIONS =============================== |
28 // ============================ MEMBER FUNCTIONS =============================== |
28 |
29 |
29 // ----------------------------------------------------------------------------- |
30 // ----------------------------------------------------------------------------- |
30 // BrandingFactory::NewL |
31 // BrandingFactory::NewL |