messagingappbase/msgeditor/appuisrc/MsgEditorAppUiExtension.cpp
branchRCL_3
changeset 27 7fdbb852d323
parent 0 72b543305e3a
equal deleted inserted replaced
26:ebe688cedc25 27:7fdbb852d323
       
     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:  MsgEditorAppUiExtension implementation
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 // ========== INCLUDE FILES ================================
       
    21 
       
    22 #include "MsgEditorAppUiExtension.h"    
       
    23 #include "MsgEditorAppUi.h"
       
    24 
       
    25 // ========== EXTERNAL DATA STRUCTURES =====================
       
    26 // ========== EXTERNAL FUNCTION PROTOTYPES =================
       
    27 // ========== CONSTANTS ====================================
       
    28 // ========== MACROS =======================================
       
    29 // ========== LOCAL CONSTANTS AND MACROS ===================
       
    30 // ========== MODULE DATA STRUCTURES =======================
       
    31 // ========== LOCAL FUNCTION PROTOTYPES ====================
       
    32 // ========== LOCAL FUNCTIONS ==============================
       
    33 // ========== MEMBER FUNCTIONS =============================
       
    34 
       
    35 // ---------------------------------------------------------
       
    36 // CMsgEditorAppUiExtension::CMsgEditorAppUiExtension
       
    37 //
       
    38 // Constructor.
       
    39 // ---------------------------------------------------------
       
    40 EXPORT_C CMsgEditorAppUiExtension::CMsgEditorAppUiExtension(CAknAppUi* aAppUi)
       
    41     :
       
    42     iSettingCachePlugin(aAppUi)
       
    43     {}
       
    44 
       
    45 
       
    46 //  End of File