videocollection/hgmyvideos/inc/vcxhgmyvideosvideodetailsdialog.h
changeset 0 96612d01cf9f
child 9 5294c000a26d
equal deleted inserted replaced
-1:000000000000 0:96612d01cf9f
       
     1 /*
       
     2 * Copyright (c) 2008 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 the License "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:      My Videos Video Details Dialog.*
       
    15 */
       
    16 
       
    17 
       
    18 
       
    19 
       
    20 #ifndef VCXHGMYVIDEOSVIDEODETAILS_H_
       
    21 #define VCXHGMYVIDEOSVIDEODETAILS_H_
       
    22 
       
    23 NONSHARABLE_CLASS ( TVcxHgMyVideosVideoDetailsDialog )
       
    24     {
       
    25     public:
       
    26         
       
    27         /**
       
    28          * Displays video details dialog.
       
    29          * 
       
    30          * @param aMedia MPX media object that contains video details.
       
    31          */
       
    32         void ShowVideoDetailsDialogL( const CMPXMedia& aMedia );      
       
    33 
       
    34     private:
       
    35     
       
    36         /**
       
    37          * Default C++ constructor. By default it is private
       
    38          */
       
    39         TVcxHgMyVideosVideoDetailsDialog();
       
    40     };
       
    41 
       
    42 #endif /*VCXHGMYVIDEOSVIDEODETAILS_H_*/