--- a/mmserv/voipaudioservices/VoIPIntfc/src/VoIPILBCDecoderIntfc.cpp Fri Sep 03 19:34:12 2010 -0500
+++ b/mmserv/voipaudioservices/VoIPIntfc/src/VoIPILBCDecoderIntfc.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 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