apengine/apsettingshandlerui/src/FeatureManagerWrapper.cpp
changeset 70 ac5daea24fb0
equal deleted inserted replaced
61:8b0c979bbe8c 70:ac5daea24fb0
       
     1 /*
       
     2 * Copyright (c) 2004 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:  Implementation of CFeatureManagerWrapper.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // INCLUDE FILES
       
    20 #include    "FeatureManagerWrapper.h"
       
    21 #include    "ApSettingsHandlerLogger.h"
       
    22 
       
    23 // ================= MEMBER FUNCTIONS =======================
       
    24 
       
    25 // ---------------------------------------------------------
       
    26 // CFeatureManagerWrapper::CFeatureManagerWrapper
       
    27 // ---------------------------------------------------------
       
    28 //
       
    29 CFeatureManagerWrapper::CFeatureManagerWrapper() : CBase()
       
    30     {
       
    31     }
       
    32 
       
    33 // ---------------------------------------------------------
       
    34 // CFeatureManagerWrapper::~CFeatureManagerWrapper
       
    35 // ---------------------------------------------------------
       
    36 //
       
    37 CFeatureManagerWrapper::~CFeatureManagerWrapper() 
       
    38     {
       
    39     }
       
    40 
       
    41 
       
    42 // ---------------------------------------------------------
       
    43 // CFeatureManagerWrapper::ConstructL
       
    44 // ---------------------------------------------------------
       
    45 //
       
    46 void CFeatureManagerWrapper::ConstructL()
       
    47     {
       
    48     }
       
    49 
       
    50 
       
    51 // ---------------------------------------------------------
       
    52 // CFeatureManagerWrapper::NewL
       
    53 // ---------------------------------------------------------
       
    54 //
       
    55 CFeatureManagerWrapper*  CFeatureManagerWrapper::NewL()
       
    56     {
       
    57     return NULL;
       
    58     }
       
    59 
       
    60 //End of file.
       
    61