equal
deleted
inserted
replaced
1 // Copyright (c) 2000-2009 Nokia Corporation and/or its subsidiary(-ies). |
1 // Copyright (c) 2000-2009 Nokia Corporation and/or its subsidiary(-ies). |
2 // All rights reserved. |
2 // All rights reserved. |
3 // This component and the accompanying materials are made available |
3 // This component and the accompanying materials are made available |
4 // under the terms of the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members |
4 // under the terms of "Eclipse Public License v1.0" |
5 // which accompanies this distribution, and is available |
5 // which accompanies this distribution, and is available |
6 // at the URL "http://www.symbianfoundation.org/legal/licencesv10.html". |
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
7 // |
7 // |
8 // Initial Contributors: |
8 // Initial Contributors: |
9 // Nokia Corporation - initial contribution. |
9 // Nokia Corporation - initial contribution. |
10 // |
10 // |
11 // Contributors: |
11 // Contributors: |
47 @released |
47 @released |
48 Uid for GSM610 codec |
48 Uid for GSM610 codec |
49 */ |
49 */ |
50 const TUid KUidMdaGsmWavCodec = { KUidMdaGsmWavCodecValue }; |
50 const TUid KUidMdaGsmWavCodec = { KUidMdaGsmWavCodecValue }; |
51 |
51 |
52 |
52 #ifndef SYMBIAN_ENABLE_SPLIT_HEADERS |
53 //******************************************************************* |
53 #include <mda/common/mdagsmwavcodec.h> |
54 //* TMdaGsmWavCodec Class: |
54 #endif |
55 //******************************************************************* |
|
56 |
|
57 |
|
58 class TMdaGsmWavCodec : public TMdaWavCodec |
|
59 /** |
|
60 * @internalTechnology |
|
61 */ |
|
62 { |
|
63 public: |
|
64 inline TMdaGsmWavCodec(); |
|
65 }; |
|
66 |
|
67 |
|
68 //******************************************************************* |
|
69 //* INLINE FUNCTIONS: |
|
70 //******************************************************************* |
|
71 |
|
72 inline TMdaGsmWavCodec::TMdaGsmWavCodec() : |
|
73 TMdaWavCodec (KUidMdaGsmWavCodec, sizeof(TMdaGsmWavCodec) ) |
|
74 { |
|
75 } |
|
76 |
|
77 |
|
78 #endif // __GSMAUDIO_H__ |
55 #endif // __GSMAUDIO_H__ |