equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2004 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 the License "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: Inline methods for media file details dialog.* |
|
15 */ |
|
16 |
|
17 |
|
18 // Version : %version: 2 % |
|
19 |
|
20 |
|
21 |
|
22 // INCLUDE FILES |
|
23 |
|
24 // ================= MEMBER FUNCTIONS ======================= |
|
25 |
|
26 // --------------------------------------------------------- |
|
27 // Return client window handle |
|
28 // --------------------------------------------------------- |
|
29 // |
|
30 inline RWindow& CMPDummyController::GetClientWindow() |
|
31 { |
|
32 return Window(); |
|
33 } |
|
34 |
|
35 // --------------------------------------------------------- |
|
36 // Return client WsSession |
|
37 // --------------------------------------------------------- |
|
38 // |
|
39 inline RWsSession& CMPDummyController::GetClientWsSession() |
|
40 { |
|
41 return ControlEnv()->WsSession(); |
|
42 } |
|
43 |
|
44 // --------------------------------------------------------- |
|
45 // Return client ScreenDevice |
|
46 // --------------------------------------------------------- |
|
47 // |
|
48 inline CWsScreenDevice& CMPDummyController::GetScreenDevice() |
|
49 { |
|
50 return *(ControlEnv()->ScreenDevice()); |
|
51 } |
|
52 |
|
53 |
|
54 // End of File |