camappengine/Engine/Src/CaeImageItemExtPro.cpp
branchRCL_3
changeset 21 27fe719c32e6
parent 0 9b3e960ffc8a
equal deleted inserted replaced
20:e3cdd00b5ae3 21:27fe719c32e6
       
     1 /*
       
     2 * Copyright (c) 2003-2007 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:  Still Image Item Extension Processing for Camera Application Engine
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // INCLUDE FILES
       
    20 #include "CaeImageItemExtPro.h"             // Still image item class.
       
    21 #include <fbs.h>                            // For CFbsBitmap
       
    22 
       
    23 
       
    24 // ============================ MEMBER FUNCTIONS ===============================
       
    25 
       
    26 
       
    27 // -----------------------------------------------------------------------------
       
    28 // CCaeImageItemExtPro::CCaeImageItemExtPro
       
    29 // -----------------------------------------------------------------------------
       
    30 //
       
    31 CCaeImageItemExtPro::CCaeImageItemExtPro() 
       
    32     {
       
    33     }
       
    34 
       
    35 
       
    36 // -----------------------------------------------------------------------------
       
    37 // CCaeImageItemExtPro::CCaeImageItemExtPro
       
    38 // Destroys image data.
       
    39 // -----------------------------------------------------------------------------
       
    40 //
       
    41 CCaeImageItemExtPro::~CCaeImageItemExtPro()
       
    42     {
       
    43     delete iBitmap;
       
    44     delete iImageData;
       
    45     }
       
    46 
       
    47 //  End of File