camappengine/Engine/Src/CaeQualityLevelsNoSd.cpp
changeset 15 50d5061ee01e
parent 14 34024902876b
child 17 880d946921e4
equal deleted inserted replaced
14:34024902876b 15:50d5061ee01e
     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 levels container 
       
    15 *                methods without Shared Data ini-file support.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 
       
    21 // INCLUDE FILES
       
    22 
       
    23 #include "CaeQualityLevels.h"
       
    24 
       
    25 #include "CaeEngineImp.h"       // For LOGTEXT
       
    26 
       
    27 
       
    28 // ============================ MEMBER FUNCTIONS ===============================
       
    29 
       
    30 
       
    31 // -----------------------------------------------------------------------------
       
    32 // CCaeQualityLevelsCont::InitFromSdL
       
    33 // -----------------------------------------------------------------------------
       
    34 //
       
    35 TInt CCaeQualityLevelsCont::InitFromSdL( 
       
    36     const TUid&  /*aSdUidQltyLevels*/ )
       
    37     {
       
    38     LOGTEXT( _L( "Cae: CCaeQualityLevelsCont::InitFromSdL(): NOT SUPPORTED, leaving" ) );
       
    39 
       
    40     User::Leave( KErrNotSupported );
       
    41 
       
    42     return 0;
       
    43     }
       
    44 
       
    45 
       
    46 // ---------------------------------------------------------------------------
       
    47 // CCaeQualityLevelsCont::FetchQualityLevelL
       
    48 // ---------------------------------------------------------------------------
       
    49 //
       
    50 void CCaeQualityLevelsCont::FetchQualityLevelL( 
       
    51     RSharedDataClient& /*aSharedData*/, 
       
    52     const TUid&        /*aSdUidQltyLevels*/, 
       
    53     TInt               /*aIndex*/ )
       
    54     {
       
    55     LOGTEXT( _L( "Cae: CCaeQualityLevelsCont::FetchQualityLevelL(): NOT SUPPORTED, leaving" ) );
       
    56 
       
    57     User::Leave( KErrNotSupported );
       
    58     }
       
    59 
       
    60 
       
    61 //  End of File