mmserv/voipaudioservices/VoIPIntfc/src/VoIPILBCEncoderIntfc.cpp
changeset 53 eabc8c503852
parent 0 71ca22bcf22a
--- a/mmserv/voipaudioservices/VoIPIntfc/src/VoIPILBCEncoderIntfc.cpp	Fri Sep 03 19:34:12 2010 -0500
+++ b/mmserv/voipaudioservices/VoIPIntfc/src/VoIPILBCEncoderIntfc.cpp	Tue Sep 21 11:38:43 2010 -0500
@@ -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 Services
-*
-*/
-
+ * 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 Services
+ *
+ */
 
 #include <e32base.h>
 #include <voipilbcencoderintfc.h>
 #include "VoIPILBCEncoderIntfcImpl.h"
 
-
 // ---------------------------------------------------------------------------
 // CVoIPILBCEncoderIntfc::~CVoIPILBCEncoderIntfc
 // ---------------------------------------------------------------------------
@@ -42,7 +40,7 @@
 // ---------------------------------------------------------------------------
 //
 void CVoIPILBCEncoderIntfc::ConstructL(
-                            CVoIPILBCEncoderIntfcImpl* aFormatIntfcImpl)
+        CVoIPILBCEncoderIntfcImpl* aFormatIntfcImpl)
     {
     iFormatIntfcImpl = aFormatIntfcImpl;
     CVoIPFormatIntfc::ConstructL(iFormatIntfcImpl);
@@ -68,5 +66,4 @@
     return err;
     }
 
-
 // End of file