mmmw_plat/voip_audio_services_api/inc/voipringtonefactory.h
branchRCL_3
changeset 3 4f62049db6ac
parent 0 71ca22bcf22a
equal deleted inserted replaced
0:71ca22bcf22a 3:4f62049db6ac
     1 /*
     1 /*
     2 * Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies). 
     2  * Copyright (c) 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:  Defines factory object for creating ring tone player.
    14  * Description:  Defines factory object for creating ring tone player.
    15 *
    15  *
    16 */
    16  */
    17 
       
    18 
    17 
    19 #ifndef __RINGTONEFACTORY_H
    18 #ifndef __RINGTONEFACTORY_H
    20 #define __RINGTONEFACTORY_H
    19 #define __RINGTONEFACTORY_H
    21 
    20 
    22 
       
    23 // FORWARD DECLARATIONS
    21 // FORWARD DECLARATIONS
    24 class CRingTonePlayer;
    22 class CRingTonePlayer;
    25 class CRingToneFactoryImpl;
    23 class CRingToneFactoryImpl;
    26 
       
    27 
    24 
    28 /**
    25 /**
    29  *  CRingToneFactory class
    26  *  CRingToneFactory class
    30  *
    27  *
    31  *  ?more_complete_description
    28  *  ?more_complete_description
    32  *
    29  *
    33  *  @lib VoIPAudioIntfc.dll
    30  *  @lib VoIPAudioIntfc.dll
    34  *  @since S60 v5.0
    31  *
    35  */
    32  */
    36 class CRingToneFactory
    33 class CRingToneFactory
    37     {
    34     {
    38 public:
    35 public:
    39 
    36