1 /* |
1 // Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies). |
2 * ============================================================================= |
2 // All rights reserved. |
3 * Name : devicereqhandler.cpp |
3 // This component and the accompanying materials are made available |
4 * Part of : |
4 // under the terms of "Eclipse Public License v1.0" |
5 * Description : Implementation of the class DDeviceReqHandler. |
5 // which accompanies this distribution, and is available |
6 * Version : %version:6 % |
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
7 * |
7 // |
8 * Copyright © 2008-2010 Nokia. All rights reserved. |
8 // Initial Contributors: |
9 * This material, including documentation and any related |
9 // Nokia Corporation - initial contribution. |
10 * computer programs, is protected by copyright controlled by |
10 // |
11 * Nokia. All rights are reserved. Copying, including |
11 // Contributors: |
12 * reproducing, storing, adapting or translating, any |
12 // |
13 * or all of this material requires the prior written consent of |
13 // Description: |
14 * Nokia. This material also contains confidential |
14 // Device Request Handler Implementation |
15 * information which may not be disclosed to others without the |
15 |
16 * prior written consent of Nokia. |
16 |
17 * ============================================================================= |
|
18 */ |
|
19 |
|
20 |
|
21 // INCLUDE FILES |
|
22 #include <platform.h> |
17 #include <platform.h> |
23 #include <assp.h> |
18 #include <assp.h> |
24 #include <kernel/kernel.h> |
19 #include <kernel/kernel.h> |
25 #include <e32cmn.h> |
20 #include <e32cmn.h> |
26 |
21 |