1.1 --- a/epoc32/include/emsinformationelement.inl Tue Nov 24 13:55:44 2009 +0000
1.2 +++ b/epoc32/include/emsinformationelement.inl Tue Mar 16 16:12:26 2010 +0000
1.3 @@ -1,1 +1,29 @@
1.4 -emsinformationelement.inl
1.5 +/* ************************************************************************
1.6 + * FILENAME: EMSInformationElement.inl
1.7 + * *********************************************************************** */
1.8 +// Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
1.9 +// All rights reserved.
1.10 +// This component and the accompanying materials are made available
1.11 +// 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
1.12 +// which accompanies this distribution, and is available
1.13 +// at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
1.14 +//
1.15 +// Initial Contributors:
1.16 +// Nokia Corporation - initial contribution.
1.17 +//
1.18 +// Contributors:
1.19 +//
1.20 +// Description:
1.21 +//
1.22 +
1.23 +/**
1.24 + @file
1.25 + @publishedAll
1.26 + @released
1.27 +*/
1.28 +
1.29 +inline CEmsInformationElement::CEmsInformationElement(TSmsId aId, TBool aStartPosEncoded)
1.30 + : CSmsInformationElement(aId), iStartPosition(0),
1.31 + iEncodedBodyLength(0), iStartPosEncoded(aStartPosEncoded)
1.32 + {
1.33 + }