--- a/mmserv/voipaudioservices/VoIPIntfc/src/VoIPILBCEncoderIntfcImpl.cpp Fri Sep 03 19:34:12 2010 -0500
+++ b/mmserv/voipaudioservices/VoIPIntfc/src/VoIPILBCEncoderIntfcImpl.cpp Tue Sep 21 11:38:43 2010 -0500
@@ -1,32 +1,30 @@
/*
-* 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 "VoIPAudioSession.h"
#include "VoIPUplinkStreamImpl.h"
#include "VoIPILBCEncoderIntfcImpl.h"
-
// ---------------------------------------------------------------------------
// CVoIPILBCEncoderIntfcImpl::NewL
// ---------------------------------------------------------------------------
//
CVoIPILBCEncoderIntfcImpl* CVoIPILBCEncoderIntfcImpl::NewL(
- CVoIPAudioUplinkStreamImpl* aUpLinkStreamImpl)
+ CVoIPAudioUplinkStreamImpl* aUpLinkStreamImpl)
{
CVoIPILBCEncoderIntfcImpl* self = new (ELeave) CVoIPILBCEncoderIntfcImpl();
CleanupStack::PushL(self);
@@ -56,7 +54,7 @@
// ---------------------------------------------------------------------------
//
void CVoIPILBCEncoderIntfcImpl::ConstructL(
- CVoIPAudioUplinkStreamImpl* aUpLinkStreamImpl)
+ CVoIPAudioUplinkStreamImpl* aUpLinkStreamImpl)
{
iVoIPAudioSession = aUpLinkStreamImpl->GetSession();
CVoIPFormatIntfcImpl::ConstructL(iVoIPAudioSession);
@@ -83,5 +81,4 @@
return err;
}
-
// End of file