2 * Copyright (c) 2002 Nokia Corporation and/or its subsidiary(-ies).
4 * This component and the accompanying materials are made available
5 * under the terms of the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members
6 * which accompanies this distribution, and is available
7 * at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
9 * Initial Contributors:
10 * Nokia Corporation - initial contribution.
15 * Inline functions for CMmsClientMtm
21 inline TUid CMmsClientMtm::Type() const
23 return CBaseMtm::Type();
26 inline CMsvSession& CMmsClientMtm::Session()
28 return CBaseMtm::Session();
31 inline void CMmsClientMtm::SetCurrentEntryL( CMsvEntry * aEntry )
33 CBaseMtm::SetCurrentEntryL( aEntry );
36 inline void CMmsClientMtm::SwitchCurrentEntryL( TMsvId aId )
38 CBaseMtm::SwitchCurrentEntryL( aId );
41 inline CMsvEntry& CMmsClientMtm::Entry() const
43 return CBaseMtm::Entry();
46 inline TBool CMmsClientMtm::HasContext() const
48 return CBaseMtm::HasContext();
51 inline CRichText& CMmsClientMtm::Body()
53 return CBaseMtm::Body();
56 inline const CRichText& CMmsClientMtm::Body() const
58 return CBaseMtm::Body();