meetingrequest/mrtasks/mrtaskplugin/inc/cesmrtaskbase.inl
branchRCL_3
changeset 12 4ce476e64c59
equal deleted inserted replaced
11:0396474f30f5 12:4ce476e64c59
       
     1 /*
       
     2 * Copyright (c)  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:  Inline implementation for esmr base tasks
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // ---------------------------------------------------------------------------
       
    20 // CESMRTaskBase::CalDbMgr
       
    21 // ---------------------------------------------------------------------------
       
    22 //
       
    23 inline MESMRCalDbMgr& CESMRTaskBase::CalDbMgr()
       
    24     {
       
    25     return iCalDbMgr;
       
    26     }
       
    27 
       
    28 // ---------------------------------------------------------------------------
       
    29 // CESMRTaskBase::ESMREntry
       
    30 // ---------------------------------------------------------------------------
       
    31 //
       
    32 inline MESMRMeetingRequestEntry& CESMRTaskBase::ESMREntry()
       
    33     {
       
    34     return iEntry;
       
    35     }
       
    36 
       
    37 // ---------------------------------------------------------------------------
       
    38 // CESMRTaskBase::MailboxUtils
       
    39 // ---------------------------------------------------------------------------
       
    40 //
       
    41 inline CMRMailboxUtils& CESMRTaskBase::MailboxUtils()
       
    42     {
       
    43     return iMRMailboxUtils;
       
    44     }