vmbx/vmbxengine/inc/vmbshandler.h
changeset 19 e44a8c097b15
parent 12 ae8abd0db65c
equal deleted inserted replaced
15:d7fc66ccd6fb 19:e44a8c097b15
     1 /*
     1 /*
     2 * Copyright (c) 2007 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    29 // CLASS DECLARATION
    29 // CLASS DECLARATION
    30 
    30 
    31 /**
    31 /**
    32  *  CVmBSHandler declaration.
    32  *  CVmBSHandler declaration.
    33  *
    33  *
    34  *  @since S60 3.2
       
    35  */
    34  */
    36 NONSHARABLE_CLASS( CVmBSHandler ) : public CBase
    35 NONSHARABLE_CLASS( CVmBSHandler ) : public CBase
    37     {
    36     {
    38 
    37 
    39 public: // Constructors and destructor
    38 public: // Constructors and destructor
    55 
    54 
    56 public: // New functions
    55 public: // New functions
    57 
    56 
    58     /**
    57     /**
    59      * Get branded icon
    58      * Get branded icon
    60      * @since S60 3.2
       
    61      * @param aBrandingId Brandind Id
    59      * @param aBrandingId Brandind Id
    62      * @param aBrandedBitmap Bitmap for branded icon
    60      * @param aBrandedBitmap Bitmap for branded icon
    63      * @param aBrandedBitmapMask Mask to branded icon
    61      * @param aBrandedBitmapMask Mask to branded icon
    64      */
    62      */
    65 //     void GetBrandedIconL( const TDesC8& aBrandingId,
    63 //     void GetBrandedIconL( const TDesC8& aBrandingId,