camerauis/cameraapp/generic/inc/audioplayer/mcamplayerobserver.h
branchRCL_3
changeset 24 bac7acad7cb3
parent 0 1ddebce53859
equal deleted inserted replaced
23:61bc0f252b2b 24:bac7acad7cb3
       
     1 /*
       
     2 * Copyright (c) 2007 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:  Player Observer interface
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef MCAM_PLAYEROBSERVER_H
       
    20 #define MCAM_PLAYEROBSERVER_H
       
    21 
       
    22 // ===========================================================================
       
    23 // Includes
       
    24 
       
    25 
       
    26 // ===========================================================================
       
    27 // Forward declarations
       
    28 
       
    29 
       
    30 // ===========================================================================
       
    31 // Class definitions
       
    32 
       
    33 /**
       
    34 * Player Observer interface
       
    35 *
       
    36 */
       
    37 class MCamPlayerObserver
       
    38   {
       
    39   public:
       
    40     virtual void PlayComplete( TInt aStatus, TInt aSoundId ) = 0;
       
    41   };
       
    42 
       
    43 #endif MCAM_PLAYEROBSERVER_H
       
    44 
       
    45 // ===========================================================================
       
    46 // end of file