mmserv/voipaudioservices/VoIPIntfc/src/VoIPRingToneFactory.cpp
changeset 53 eabc8c503852
parent 0 71ca22bcf22a
equal deleted inserted replaced
48:a493a607b5bf 53:eabc8c503852
     1 /*
     1 /*
     2 * Copyright (c) 2007-2008 Nokia Corporation and/or its subsidiary(-ies).
     2  * Copyright (c) 2007-2008 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3  * All rights reserved.
     4 * This component and the accompanying materials are made available
     4  * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5  * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6  * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7  * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     8 *
     8  *
     9 * Initial Contributors:
     9  * Initial Contributors:
    10 * Nokia Corporation - initial contribution.
    10  * Nokia Corporation - initial contribution.
    11 *
    11  *
    12 * Contributors:
    12  * Contributors:
    13 *
    13  *
    14 * Description:  VOIP Audio Services
    14  * Description:  VOIP Audio Services
    15 *
    15  *
    16 */
    16  */
    17 
       
    18 
    17 
    19 #include <e32base.h>
    18 #include <e32base.h>
    20 #include <voipringtoneplayer.h>
    19 #include <voipringtoneplayer.h>
    21 #include <voipringtonefactory.h>
    20 #include <voipringtonefactory.h>
    22 #include "VoIPQueueHandler.h"
    21 #include "VoIPQueueHandler.h"
    23 #include "VoIPRingToneFactoryImpl.h"
    22 #include "VoIPRingToneFactoryImpl.h"
    24 
       
    25 
    23 
    26 // ---------------------------------------------------------------------------
    24 // ---------------------------------------------------------------------------
    27 // CRingToneFactory::CreateFactory
    25 // CRingToneFactory::CreateFactory
    28 // ---------------------------------------------------------------------------
    26 // ---------------------------------------------------------------------------
    29 //
    27 //
    77 // ---------------------------------------------------------------------------
    75 // ---------------------------------------------------------------------------
    78 // CRingToneFactory::CreateRingTonePlayer
    76 // CRingToneFactory::CreateRingTonePlayer
    79 // ---------------------------------------------------------------------------
    77 // ---------------------------------------------------------------------------
    80 //
    78 //
    81 EXPORT_C TInt CRingToneFactory::CreateRingTonePlayer(
    79 EXPORT_C TInt CRingToneFactory::CreateRingTonePlayer(
    82                                 CRingTonePlayer*& aRingTonePlayer)
    80         CRingTonePlayer*& aRingTonePlayer)
    83     {
    81     {
    84     TInt err = iRingToneFactoryImpl->CreateRingTonePlayer(aRingTonePlayer);
    82     TInt err = iRingToneFactoryImpl->CreateRingTonePlayer(aRingTonePlayer);
    85     return err;
    83     return err;
    86     }
    84     }
    87 
    85 
    88 
       
    89 // End of file
    86 // End of file