mmserv/voipaudioservices/VoIPIntfc/src/VoIPRingToneFactoryImpl.cpp
changeset 55 e267340986c9
parent 0 71ca22bcf22a
--- a/mmserv/voipaudioservices/VoIPIntfc/src/VoIPRingToneFactoryImpl.cpp	Fri Sep 17 08:33:15 2010 +0300
+++ b/mmserv/voipaudioservices/VoIPIntfc/src/VoIPRingToneFactoryImpl.cpp	Mon Oct 04 00:51:56 2010 +0300
@@ -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 "VoIPRingTonePlayerImpl.h"
 #include "VoIPRingToneFactoryImpl.h"
 
-
 // ---------------------------------------------------------------------------
 // CRingToneFactoryImpl::NewL
 // ---------------------------------------------------------------------------
@@ -63,11 +61,10 @@
 // ---------------------------------------------------------------------------
 //
 TInt CRingToneFactoryImpl::CreateRingTonePlayer(
-                           CRingTonePlayer*& aRingTonePlayer)
+        CRingTonePlayer*& aRingTonePlayer)
     {
     TRAPD(err, aRingTonePlayer = CRingTonePlayerImpl::NewL());
     return err;
     }
 
-
 // End of file