diff -r a493a607b5bf -r eabc8c503852 mmserv/voipaudioservices/VoIPIntfc/src/VoIPG711EncoderIntfc.cpp --- a/mmserv/voipaudioservices/VoIPIntfc/src/VoIPG711EncoderIntfc.cpp Fri Sep 03 19:34:12 2010 -0500 +++ b/mmserv/voipaudioservices/VoIPIntfc/src/VoIPG711EncoderIntfc.cpp Tue Sep 21 11:38:43 2010 -0500 @@ -1,27 +1,25 @@ /* -* 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 #include #include #include "VoIPG711EncoderIntfcImpl.h" - // --------------------------------------------------------------------------- // CVoIPG711EncoderIntfc::~CVoIPG711EncoderIntfc // --------------------------------------------------------------------------- @@ -43,7 +41,7 @@ // --------------------------------------------------------------------------- // void CVoIPG711EncoderIntfc::ConstructL( - CVoIPG711EncoderIntfcImpl* aFormatIntfcImpl) + CVoIPG711EncoderIntfcImpl* aFormatIntfcImpl) { iFormatIntfcImpl = aFormatIntfcImpl; CVoIPFormatIntfc::ConstructL(iFormatIntfcImpl); @@ -69,5 +67,4 @@ return err; } - // End of file