phonesrv_plat/converged_call_provider_api/inc/cconvergedcallprovider.inl
branchRCL_3
changeset 20 987c9837762f
parent 19 7d48bed6ce0c
equal deleted inserted replaced
19:7d48bed6ce0c 20:987c9837762f
    73 // CCCPInterface::ListImplementationsL
    73 // CCCPInterface::ListImplementationsL
    74 // Lists all implementations for this interface
    74 // Lists all implementations for this interface
    75 // -----------------------------------------------------------------------------
    75 // -----------------------------------------------------------------------------
    76 //
    76 //
    77 inline void CConvergedCallProvider::ListImplementationsL( RImplInfoPtrArray& aImplArray )
    77 inline void CConvergedCallProvider::ListImplementationsL( RImplInfoPtrArray& aImplArray )
    78     {
    78 	{
    79     REComSession::ListImplementationsL( KConvergedCallProviderUid, aImplArray );
    79     REComSession::ListImplementationsL( KConvergedCallProviderUid, aImplArray );
    80     }
    80 	}
    81 
    81 
    82 // -----------------------------------------------------------------------------
    82 // -----------------------------------------------------------------------------
    83 // CCCPInterface::InitializeL
    83 // CCCPInterface::InitializeL
    84 // Initializes plugin 
    84 // Initializes plugin 
    85 // -----------------------------------------------------------------------------
    85 // -----------------------------------------------------------------------------
    86 //
    86 //
    87 inline void CConvergedCallProvider::InitializeL( const TUint32 /*aServiceId*/,
    87 inline void CConvergedCallProvider::InitializeL( const TUint32 /*aServiceId*/,
    88                               const MCCPObserver& aObserver, 
    88                               const MCCPObserver& aObserver, 
    89                               const MCCPSsObserver& aSsObserver )
    89     						  const MCCPSsObserver& aSsObserver )
    90     {
    90     {
    91     InitializeL( aObserver, aSsObserver );
    91     InitializeL( aObserver, aSsObserver );
    92     }
    92     }
    93 
    93 
    94 #endif      // CCONVERGEDCALLPROVIDER_INL
    94 #endif      // CCONVERGEDCALLPROVIDER_INL