mmmw_plat/voip_audio_services_api/inc/voipg711decoderintfc.h
branchRCL_3
changeset 3 4f62049db6ac
parent 0 71ca22bcf22a
--- a/mmmw_plat/voip_audio_services_api/inc/voipg711decoderintfc.h	Tue Feb 02 01:08:46 2010 +0200
+++ b/mmmw_plat/voip_audio_services_api/inc/voipg711decoderintfc.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 decoder.
-*
-*/
-
+ * 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 decoder.
+ *
+ */
 
 #ifndef __VOIPG711DECFORMATINTFC_H
 #define __VOIPG711DECFORMATINTFC_H
@@ -22,18 +21,16 @@
 #include <voipaudiocommon.h>
 #include <voipformatintfc.h>
 
-
 // FORWARD DECLARATIONS
 class CVoIPG711DecoderIntfcImpl;
 
-
 /**
  *  CVoIPG711DecoderIntfc class
  *
  *  G.711 decoder configuration class
  *
  *  @lib VoIPAudioIntfc.dll
- *  @since S60 v5.0
+ *
  */
 class CVoIPG711DecoderIntfc : public CVoIPFormatIntfc
     {
@@ -125,7 +122,6 @@
 
     };
 
-
 #endif //__VOIPG711DECFORMATINTFC_H
 
 // End of file