brandingserver/tools/bsimport/src/bsbrandremover.h
changeset 0 e6b17d312c8b
child 21 cfd5c2994f10
equal deleted inserted replaced
-1:000000000000 0:e6b17d312c8b
       
     1 /*
       
     2 * Copyright (c) 2006-2006 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:  Helper class for removing brands
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef BSBRANDREMOVER_H
       
    19 #define BSBRANDREMOVER_H
       
    20 
       
    21 
       
    22 /**
       
    23  *  Brand remover helper
       
    24  *
       
    25  *  @lib bsinstall.exe
       
    26  *  @since S60 v3.2
       
    27  */
       
    28 class BSBrandRemover 
       
    29     {
       
    30 public:
       
    31 
       
    32     /**
       
    33      * Removes brand from branding server
       
    34      * @aBrandId brand id of removed brand
       
    35      * @aApplicationId application id of removed brand
       
    36      */
       
    37     static void RemoveBrandL( const TDesC& aBrandId,
       
    38                               const TDesC& aApplicationId );
       
    39 
       
    40     };
       
    41 
       
    42 #endif //CBSBRANDREMOVER_H