wvuing/wvvariant/Src/CCAOpBrandVariant12.h
changeset 0 094583676ce7
equal deleted inserted replaced
-1:000000000000 0:094583676ce7
       
     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 "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:  Inactive implementation for res.file& bitmap changing feature.
       
    15  *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef CCAOPBRANDVARIANT12_H
       
    21 #define CCAOPBRANDVARIANT12_H
       
    22 
       
    23 //  INCLUDES
       
    24 #include "MCAOpBrandVariant.h"
       
    25 
       
    26 // CLASS DECLARATION
       
    27 
       
    28 /**
       
    29  *  Inactive implementation for res.file& bitmap changing feature.
       
    30  *  See method comments from base class MCAOpBrandVariant.h
       
    31  *
       
    32  *  @lib chat.app
       
    33  *  @since 1.2s
       
    34  */
       
    35 class CCAOpBrandVariant12 : public CBase, public MCAOpBrandVariant
       
    36     {
       
    37     public:  // Constructors and destructor
       
    38 
       
    39         /**
       
    40          * Two-phased constructor.
       
    41          */
       
    42         static CCAOpBrandVariant12* NewL();
       
    43 
       
    44         /**
       
    45          * Destructor.
       
    46          */
       
    47         virtual ~CCAOpBrandVariant12();
       
    48 
       
    49 
       
    50     public: // Functions from base classes
       
    51 
       
    52         /**
       
    53          * From MCAOpBrandVariant, see MCAOpBrandVariant.h for
       
    54          * method comments.
       
    55          * @since 1.2s
       
    56          */
       
    57         void RemoveAppResourceL( CCoeEnv* aCoeEnv, TInt& aAppResFileOffset );
       
    58         void RetrieveSavedSettingsL( CCoeEnv* aCoeEnv, const TDesC& aOrigResFilePath );
       
    59         void ActivateBrandL( const TDesC& aServer, const TDesC& aAppResFileName,
       
    60                              const TDesC& aEngResFileName,
       
    61                              TDes& aChatAppMbmFileName );
       
    62         void DeleteResource( CCoeEnv* aCoeEnv );
       
    63         void DeleteEngResource( CCoeEnv* aCoeEnv );
       
    64         void RetrieveSavedEngSettingsL( CCoeEnv* aCoeEnv, const TDesC& aOrigResFilePath );
       
    65 
       
    66     private:
       
    67 
       
    68         /**
       
    69          * C++ default constructor.
       
    70          */
       
    71         CCAOpBrandVariant12();
       
    72 
       
    73         /**
       
    74          * By default Symbian 2nd phase constructor is private.
       
    75          */
       
    76         void ConstructL();
       
    77     };
       
    78 
       
    79 #endif      // CCAOPBRANDVARIANT12_H
       
    80 
       
    81 // End of File