camappengine/Engine/Src/CaeQualityLevels.cpp
branchRCL_3
changeset 34 27fe719c32e6
parent 0 9b3e960ffc8a
equal deleted inserted replaced
33:e3cdd00b5ae3 34:27fe719c32e6
       
     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:  Camera Application Engine imaging quality level and container
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 // INCLUDE FILES
       
    21 
       
    22 #include "CaeQualityLevels.h"
       
    23 
       
    24 
       
    25 // ============================ MEMBER FUNCTIONS ===============================
       
    26 
       
    27 
       
    28 // -----------------------------------------------------------------------------
       
    29 // CCaeQualityLevelsCont::CCaeQualityLevelsCont
       
    30 // Constructor.
       
    31 // -----------------------------------------------------------------------------
       
    32 //
       
    33 CCaeQualityLevelsCont::CCaeQualityLevelsCont()
       
    34     {
       
    35     }
       
    36 
       
    37 
       
    38 // -----------------------------------------------------------------------------
       
    39 // CCaeQualityLevelsCont::~CCaeQualityLevelsCont
       
    40 // Destructor.
       
    41 // -----------------------------------------------------------------------------
       
    42 //
       
    43 CCaeQualityLevelsCont::~CCaeQualityLevelsCont()
       
    44     {
       
    45     }
       
    46 
       
    47 
       
    48 /////////////////////////////
       
    49 // CQualityLevel methods 
       
    50 /////////////////////////////
       
    51 
       
    52 
       
    53 // -----------------------------------------------------------------------------
       
    54 // CQualityLevel::CQualityLevel
       
    55 // Default constructor.
       
    56 // -----------------------------------------------------------------------------
       
    57 //
       
    58 CQualityLevel::CQualityLevel()
       
    59     {
       
    60     }
       
    61 
       
    62 
       
    63 // -----------------------------------------------------------------------------
       
    64 // CQualityLevel::~CQualityLevel
       
    65 // Destructor.
       
    66 // -----------------------------------------------------------------------------
       
    67 //
       
    68 CQualityLevel::~CQualityLevel()
       
    69     {
       
    70     }
       
    71 
       
    72 
       
    73 //  End of File