videocollection/hgmyvideos/inc/vcxhgmyvideosmemorystatus.h
changeset 0 96612d01cf9f
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:      Implementation of UI functionality for category list.*
       
    15 */
       
    16 
       
    17 
       
    18 
       
    19 
       
    20 #ifndef VCXHGMYVIDEOSMEMORYSTATUS_H_
       
    21 #define VCXHGMYVIDEOSMEMORYSTATUS_H_
       
    22 
       
    23 // FORWARD DECLARATIONS
       
    24 class CVcxHgMyVideosModel;
       
    25 
       
    26 // INCLUDES
       
    27 
       
    28 NONSHARABLE_CLASS( TVcxHgMyVideosMemoryStatusDialog )
       
    29     {
       
    30     public:
       
    31 
       
    32         /**
       
    33          * Displays memory status dialog.
       
    34          * 
       
    35          * @param aModel Reference to document model.
       
    36          */
       
    37         void ShowMemoryStatusDialogL( CVcxHgMyVideosModel& aModel );       
       
    38 
       
    39     private:
       
    40     
       
    41         /**
       
    42          * Default C++ constructor. By default it is private
       
    43          */
       
    44         TVcxHgMyVideosMemoryStatusDialog();
       
    45     };
       
    46 #endif /*VCXHGMYVIDEOSMEMORYSTATUS_H_*/