diff -r 71ca22bcf22a -r 4f62049db6ac mmmw_plat/voip_audio_services_api/inc/voipg711encoderintfc.h --- a/mmmw_plat/voip_audio_services_api/inc/voipg711encoderintfc.h Tue Feb 02 01:08:46 2010 +0200 +++ b/mmmw_plat/voip_audio_services_api/inc/voipg711encoderintfc.h Fri Feb 19 23:19:48 2010 +0200 @@ -1,20 +1,19 @@ /* -* Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies). -* All rights reserved. -* This component and the accompanying materials are made available -* under the terms of "Eclipse Public License v1.0" -* which accompanies this distribution, and is available -* at the URL "http://www.eclipse.org/legal/epl-v10.html". -* -* Initial Contributors: -* Nokia Corporation - initial contribution. -* -* Contributors: -* -* Description: Defines APIs specific to G.711 encoder. -* -*/ - + * Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies). + * All rights reserved. + * This component and the accompanying materials are made available + * under the terms of "Eclipse Public License v1.0" + * which accompanies this distribution, and is available + * at the URL "http://www.eclipse.org/legal/epl-v10.html". + * + * Initial Contributors: + * Nokia Corporation - initial contribution. + * + * Contributors: + * + * Description: Defines APIs specific to G.711 encoder. + * + */ #ifndef __VOIPG711ENCFORMATINTFC_H #define __VOIPG711ENCFORMATINTFC_H @@ -22,18 +21,16 @@ #include #include - // FORWARD DECLARATIONS class CVoIPG711EncoderIntfcImpl; - /** * CVoIPG711EncoderIntfc class * * G.711 encoder configuration class * * @lib VoIPAudioIntfc.dll - * @since S60 v5.0 + * */ class CVoIPG711EncoderIntfc : public CVoIPFormatIntfc { @@ -89,7 +86,6 @@ }; - #endif //__VOIPG711ENCFORMATINTFC_H // End of file