mmserv/voipaudioservices/VoIPIntfc/src/VoIPILBCDecoderIntfc.cpp
changeset 55 e267340986c9
parent 0 71ca22bcf22a
--- a/mmserv/voipaudioservices/VoIPIntfc/src/VoIPILBCDecoderIntfc.cpp	Fri Sep 17 08:33:15 2010 +0300
+++ b/mmserv/voipaudioservices/VoIPIntfc/src/VoIPILBCDecoderIntfc.cpp	Mon Oct 04 00:51:56 2010 +0300
@@ -1,26 +1,24 @@
 /*
-* Copyright (c) 2007-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: VOIP Audio Service
-*
-*/
-
+ * Copyright (c) 2007-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: VOIP Audio Service
+ *
+ */
 
 #include <e32base.h>
 #include <voipilbcdecoderintfc.h>
 #include "VoIPILBCDecoderIntfcImpl.h"
 
-
 // ---------------------------------------------------------------------------
 // CVoIPILBCDecoderIntfc::~CVoIPILBCDecoderIntfc
 // ---------------------------------------------------------------------------
@@ -42,7 +40,7 @@
 // ---------------------------------------------------------------------------
 //
 void CVoIPILBCDecoderIntfc::ConstructL(
-                            CVoIPILBCDecoderIntfcImpl* aFormatIntfcImpl)
+        CVoIPILBCDecoderIntfcImpl* aFormatIntfcImpl)
     {
     iFormatIntfcImpl = aFormatIntfcImpl;
     CVoIPFormatIntfc::ConstructL(iFormatIntfcImpl);
@@ -53,7 +51,7 @@
 // ---------------------------------------------------------------------------
 //
 EXPORT_C TInt CVoIPILBCDecoderIntfc::SetMode(
-                                     CVoIPFormatIntfc::TILBCCodecMode aMode)
+        CVoIPFormatIntfc::TILBCCodecMode aMode)
     {
     TInt err = iFormatIntfcImpl->SetMode(aMode);
     return err;
@@ -64,7 +62,7 @@
 // ---------------------------------------------------------------------------
 //
 EXPORT_C TInt CVoIPILBCDecoderIntfc::GetMode(
-                                     CVoIPFormatIntfc::TILBCCodecMode& aMode)
+        CVoIPFormatIntfc::TILBCCodecMode& aMode)
     {
     TInt err = iFormatIntfcImpl->GetMode(aMode);
     return err;
@@ -90,5 +88,4 @@
     return err;
     }
 
-
 // End of file