browserui/browser/BrowserAppInc/BrowserDownloadIndicatorTimerEvent.h
changeset 51 48e827313edd
parent 37 481242ead638
child 53 f427d27b98d8
equal deleted inserted replaced
37:481242ead638 51:48e827313edd
     1 /*
       
     2 * Copyright (c) 2002 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:  ?Description
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef __BROWSERDOWNLOADINDICATORTIMEREVENT_H
       
    20 #define __BROWSERDOWNLOADINDICATORTIMEREVENT_H
       
    21 
       
    22 // INCLUDES
       
    23 //#include <e32std.h>
       
    24 
       
    25 // CLASS DECLARATION
       
    26 
       
    27 /**
       
    28 *  ?one_line_short_description.
       
    29 *  ?other_description_lines
       
    30 *
       
    31 *  @lib Browser.app
       
    32 *  @since 1.2
       
    33 */
       
    34 class MBrowserDownloadIndicatorTimerEvent 
       
    35     {
       
    36     public:     // New functions
       
    37         
       
    38         /**
       
    39          * Set initial download animation off.
       
    40          * @since 1.2
       
    41          */
       
    42         virtual void SetBrowserDownloadIndicatorStateOff() = 0;
       
    43 
       
    44     };
       
    45 #endif //__BROWSERDOWNLOADINDICATORTIMEREVENT_H