Start/ | End/ | |||
True | False | - | Line | Source |
1 | /* | |||
2 | * Copyright (c) 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: mpxplaybackutility stub for testing mpmpxframeworkwrapper | |||
15 | * | |||
16 | */ | |||
17 | ||||
18 | #include "mpxsource.h" | |||
19 | #include "mptrace.h" | |||
20 | ||||
Top | ||||
44 | 44 | 21 | MMPXSource::MMPXSource() | |
22 | { | |||
23 | TX_ENTRY_ARGS("STUB") | |||
24 | } | |||
25 | ||||
Top | ||||
0 | 0 | - | 26 | MMPXSource::~MMPXSource() |
27 | { | |||
28 | TX_ENTRY_ARGS("STUB") | |||
29 | } | |||
30 | ||||
Top | ||||
0 | 0 | - | 31 | CMPXCollectionPlaylist* MMPXSource::PlaylistL() |
32 | { | |||
33 | TX_ENTRY_ARGS("STUB WARNING! The unit test required to implement this. Currently empty imp") | |||
0 | - | 34 | return 0; | |
35 | } | |||
36 | ||||
Top | ||||
0 | 0 | - | 37 | RFile* MMPXSource::FileL() |
38 | { | |||
39 | TX_ENTRY_ARGS("STUB WARNING! The unit test required to implement this. Currently empty imp") | |||
0 | - | 40 | return 0; | |
41 | } | |||
42 | ||||
Top | ||||
0 | 0 | - | 43 | HBufC* MMPXSource::UriL() |
44 | { | |||
45 | TX_ENTRY_ARGS("STUB WARNING! The unit test required to implement this. Currently empty imp") | |||
0 | - | 46 | return 0; | |
47 | } | |||
48 | ||||
Top | ||||
1 | 1 | 49 | void MMPXSource::MediaL(const TArray<TMPXAttribute>& /*aAttrs*/, MMPXPlaybackCallback& /*aCallback*/) | |
50 | { | |||
51 | TX_ENTRY_ARGS("STUB") | |||
52 | } | |||
53 | ||||
Top | ||||
0 | 0 | - | 54 | void MMPXSource::MediaL(const TArray<TMPXAttribute>& /*aAttrs*/, MMPXPlaybackCallback& /*aCallback*/, |
55 | CMPXAttributeSpecs* /*aSpecs*/) | |||
56 | { | |||
57 | TX_ENTRY_ARGS("STUB WARNING! The unit test required to implement this. Currently empty imp") | |||
58 | } | |||
***TER 20% (2/10) of SOURCE FILE mpxsource.cpp |