filemanager/src/fmbkupengine/inc/CMMCScBkupStateArchiveOpArchiveHeader.h
branchRCL_3
changeset 21 65326cf895ed
parent 20 491b3ed49290
child 22 f5c50b8af68c
equal deleted inserted replaced
20:491b3ed49290 21:65326cf895ed
     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: Declaration for CMMCScBkupStateArchiveOpArchiveHeader
       
    15 *     
       
    16 *
       
    17 */
       
    18 
       
    19 #ifndef __CMMCSCBKUPSTATEARCHIVEOPARCHIVEHEADER_H__
       
    20 #define __CMMCSCBKUPSTATEARCHIVEOPARCHIVEHEADER_H__
       
    21 
       
    22 // User includes
       
    23 #include "CMMCScBkupState.h"
       
    24 
       
    25 
       
    26 /**
       
    27 *
       
    28 *
       
    29 * @since 3.0
       
    30 */
       
    31 NONSHARABLE_CLASS(CMMCScBkupStateArchiveOpArchiveHeader) : public CMMCScBkupState
       
    32     {
       
    33     public:
       
    34 
       
    35         /**
       
    36         * Static constructor
       
    37         */
       
    38         static CMMCScBkupStateArchiveOpArchiveHeader* NewL( MMMCScBkupDriver& aDriver );
       
    39 
       
    40     private:
       
    41 
       
    42         /**
       
    43         * C++ default constructor
       
    44         */
       
    45         CMMCScBkupStateArchiveOpArchiveHeader( MMMCScBkupDriver& aDriver );
       
    46 
       
    47     public: // From CMMCScBkupState
       
    48         TMMCScBkupStateId StateId() const;
       
    49         TMMCScBkupStateId NextStateId() const;
       
    50         TStateExecution CategorySpecific() const { return EStatePerCategory; }
       
    51 
       
    52     private: // From CMMCScBkupState
       
    53         void PerformStateInitL();
       
    54         void PerformAsynchronousStateStepL();
       
    55     };
       
    56 
       
    57 
       
    58 #endif // __CMMCSCBKUPSTATEARCHIVEOPARCHIVEHEADER_H__
       
    59 
       
    60 //End of File