phoneapp/phoneringingtoneplayer/inc/mphonetoneserver.h
changeset 78 baacf668fe89
equal deleted inserted replaced
76:cfea66083b62 78:baacf668fe89
       
     1 /*
       
     2 * Copyright (c) 2010-2010 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Interface class for phone ringing tone server.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef MPHONETONESERVER_H
       
    20 #define MPHONETONESERVER_H
       
    21 
       
    22 // CLASS DECLARATION
       
    23 class MPhoneToneServer
       
    24     {
       
    25 public:
       
    26  
       
    27     virtual void RunDown() const = 0;
       
    28  
       
    29     };
       
    30 
       
    31 #endif // MPHONETONESERVER_H
       
    32 
       
    33 // End of file