phonesrv_plat/converged_call_provider_api/inc/cconvergedcallprovider.inl
branchRCL_3
changeset 19 7d48bed6ce0c
parent 0 ff3b6d0fd310
child 20 987c9837762f
--- a/phonesrv_plat/converged_call_provider_api/inc/cconvergedcallprovider.inl	Thu Aug 19 10:28:14 2010 +0300
+++ b/phonesrv_plat/converged_call_provider_api/inc/cconvergedcallprovider.inl	Tue Aug 31 15:45:17 2010 +0300
@@ -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 );
     }