tsrc/musenginestub/inc/musengmceoutsession.h
changeset 22 496ad160a278
equal deleted inserted replaced
15:ccd8e69b5392 22:496ad160a278
       
     1 /*
       
     2 * Copyright (c) 2005 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: 
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef MUSHENGMCEOUTSESSION_H
       
    20 #define MUSHENGMCEOUTSESSION_H
       
    21 
       
    22 // USER
       
    23 #include "musengmcesession.h"
       
    24 
       
    25 
       
    26 
       
    27 // CLASS DECLARATION
       
    28 /**
       
    29 * Class for handling MCE out sessions. Direct inherit classes are
       
    30 * CMusEngLiveSession and CMusEngClipSession.
       
    31 *
       
    32 * @lib musengine.lib
       
    33 */
       
    34 class CMusEngMceOutSession : public CMusEngMceSession
       
    35     {
       
    36     
       
    37     public:
       
    38 
       
    39         /**
       
    40         * Destructor
       
    41         */
       
    42         ~CMusEngMceOutSession();
       
    43 
       
    44 
       
    45     protected:
       
    46 
       
    47         /**
       
    48         * Constructor
       
    49         */
       
    50         CMusEngMceOutSession( const TRect& aRect );
       
    51 
       
    52         /**
       
    53         * Second-phase constructor
       
    54         */
       
    55         void ConstructL();
       
    56 
       
    57     };
       
    58 #endif //MUSHENGMCESESSION_H