mmserv/voipaudioservices/VoIPIntfc/src/VoIPJitterBufferIntfc.cpp
changeset 53 eabc8c503852
parent 0 71ca22bcf22a
--- a/mmserv/voipaudioservices/VoIPIntfc/src/VoIPJitterBufferIntfc.cpp	Fri Sep 03 19:34:12 2010 -0500
+++ b/mmserv/voipaudioservices/VoIPIntfc/src/VoIPJitterBufferIntfc.cpp	Tue Sep 21 11:38:43 2010 -0500
@@ -1,25 +1,23 @@
 /*
-* Copyright (c) 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) 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 <voipjitterbufferintfc.h>
 #include "VoIPJitterBufferIntfcImpl.h"
 
-
 // ---------------------------------------------------------------------------
 // CVoIPJitterBufferIntfc::~CVoIPJitterBufferIntfc
 // ---------------------------------------------------------------------------
@@ -41,7 +39,7 @@
 // ---------------------------------------------------------------------------
 //
 void CVoIPJitterBufferIntfc::ConstructL(
-    CVoIPJitterBufferIntfcImpl* aVoIPJitterBufferIntfcImpl)
+        CVoIPJitterBufferIntfcImpl* aVoIPJitterBufferIntfcImpl)
     {
     iVoIPJitterBufferIntfcImpl = aVoIPJitterBufferIntfcImpl;
     }
@@ -51,7 +49,7 @@
 // ---------------------------------------------------------------------------
 //
 EXPORT_C TInt CVoIPJitterBufferIntfc::SetObserver(
-    MVoIPJitterBufferObserver& aObserver)
+        MVoIPJitterBufferObserver& aObserver)
     {
     TInt err = iVoIPJitterBufferIntfcImpl->SetObserver(aObserver);
     return err;
@@ -62,7 +60,7 @@
 // ---------------------------------------------------------------------------
 //
 EXPORT_C TInt CVoIPJitterBufferIntfc::ConfigureJitterBuffer(
-                                      const TVoIPJBConfig& aJbConfig)
+        const TVoIPJBConfig& aJbConfig)
     {
     TInt err = iVoIPJitterBufferIntfcImpl->ConfigureJitterBuffer(aJbConfig);
     return err;
@@ -98,5 +96,4 @@
     return err;
     }
 
-
 // End of file