|
1 /* |
|
2 * Copyright (c) 2006-2009 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: |
|
15 * Name : startupadaptationcommands.inl |
|
16 * Part of : System Startup / Starter |
|
17 * Interface : Domain, Startup Adaptation API |
|
18 * Implementation for inline functions of classes defined in |
|
19 * startupadaptationcommands.h. |
|
20 * Version : %version: 2 % |
|
21 * This material, including documentation and any related computer |
|
22 * programs, is protected by copyright controlled by Nokia. All |
|
23 * rights are reserved. Copying, including reproducing, storing, |
|
24 * adapting or translating, any or all of this material requires the |
|
25 * prior written consent of Nokia. This material also contains |
|
26 * confidential information which may not be disclosed to others |
|
27 * without the prior written consent of Nokia. |
|
28 * Template version: 4.0 |
|
29 * Nokia Core OS * |
|
30 * |
|
31 */ |
|
32 |
|
33 |
|
34 |
|
35 #ifndef __STARTUPADAPTATIONCOMMANDS_INL__ |
|
36 #define __STARTUPADAPTATIONCOMMANDS_INL__ |
|
37 |
|
38 /* |
|
39 * @publishedPartner |
|
40 * @released |
|
41 */ |
|
42 |
|
43 // ============================ MEMBER FUNCTIONS =============================== |
|
44 |
|
45 namespace StartupAdaptation |
|
46 { |
|
47 inline RLanguageListResponse::RLanguageListResponse() |
|
48 : iErrorCode( KErrNone ) |
|
49 { |
|
50 } |
|
51 |
|
52 inline void RLanguageListResponse::Close() |
|
53 { |
|
54 iLanguages.Close(); |
|
55 } |
|
56 } |
|
57 |
|
58 #endif // __STARTUPADAPTATIONCOMMANDS_INL__ |