phonesrv_plat/converged_call_provider_api/inc/cconvergedcallprovider.inl
changeset 12 ae8abd0db65c
parent 0 ff3b6d0fd310
child 44 987c9837762f
--- a/phonesrv_plat/converged_call_provider_api/inc/cconvergedcallprovider.inl	Tue Feb 02 01:11:09 2010 +0200
+++ b/phonesrv_plat/converged_call_provider_api/inc/cconvergedcallprovider.inl	Fri Mar 19 09:40:14 2010 +0200
@@ -75,9 +75,9 @@
 // -----------------------------------------------------------------------------
 //
 inline void CConvergedCallProvider::ListImplementationsL( RImplInfoPtrArray& aImplArray )
-	{
+    {
     REComSession::ListImplementationsL( KConvergedCallProviderUid, aImplArray );
-	}
+    }
 
 // -----------------------------------------------------------------------------
 // CCCPInterface::InitializeL
@@ -86,7 +86,7 @@
 //
 inline void CConvergedCallProvider::InitializeL( const TUint32 /*aServiceId*/,
                               const MCCPObserver& aObserver, 
-    						  const MCCPSsObserver& aSsObserver )
+                              const MCCPSsObserver& aSsObserver )
     {
     InitializeL( aObserver, aSsObserver );
     }