37
|
1 |
/*
|
|
2 |
* Copyright (c) 2002-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 "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: This file contains the header file of the class CPEAudioDataProxy.
|
|
15 |
*
|
|
16 |
*/
|
|
17 |
|
|
18 |
|
|
19 |
#ifndef AUDIODATAPROXY_H
|
|
20 |
#define AUDIODATAPROXY_H
|
|
21 |
|
|
22 |
// INCLUDES
|
|
23 |
#include "mpeaudiodata.h"
|
|
24 |
|
|
25 |
// CONSTANTS
|
|
26 |
// None.
|
|
27 |
|
|
28 |
// MACROS
|
|
29 |
// None.
|
|
30 |
|
|
31 |
// DATA TYPES
|
|
32 |
// None.
|
|
33 |
|
|
34 |
// FUNCTION PROTOTYPES
|
|
35 |
IMPORT_C MPEAudioData* CreateL( MPEPhoneModelInternal& aPhoneModel,
|
|
36 |
RMobilePhone& aPhone, RDosServer& aDosServer, RMmCustomAPI& aCustomPhone );
|
|
37 |
|
|
38 |
// FORWARD DECLARATIONS
|
|
39 |
// None.
|
|
40 |
|
|
41 |
// CLASS DECLARATION
|
|
42 |
// None.
|
|
43 |
|
|
44 |
#endif // AUDIODATAPROXY_H
|
|
45 |
|
|
46 |
// End of File
|