1.1 --- a/epoc32/include/smsulog.inl Wed Mar 31 12:27:01 2010 +0100
1.2 +++ b/epoc32/include/smsulog.inl Wed Mar 31 12:33:34 2010 +0100
1.3 @@ -1,9 +1,9 @@
1.4 // Copyright (c) 1998-2009 Nokia Corporation and/or its subsidiary(-ies).
1.5 // All rights reserved.
1.6 // This component and the accompanying materials are made available
1.7 -// 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.8 +// under the terms of "Eclipse Public License v1.0"
1.9 // which accompanies this distribution, and is available
1.10 -// at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
1.11 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
1.12 //
1.13 // Initial Contributors:
1.14 // Nokia Corporation - initial contribution.
1.15 @@ -13,9 +13,6 @@
1.16 // Description:
1.17 //
1.18
1.19 -
1.20 -
1.21 -
1.22 /**
1.23 @file
1.24
1.25 @@ -27,10 +24,9 @@
1.26
1.27 */
1.28 inline TBool CSmsEventLogger::ClientAvailable() const
1.29 - {
1.30 - return iLogWrapper->ClientAvailable();
1.31 - }
1.32 -
1.33 + {
1.34 + return iLogWrapper->ClientAvailable();
1.35 + }
1.36
1.37 /**
1.38 * Gets a standard string from the specified resource.
1.39 @@ -43,10 +39,9 @@
1.40 * codes
1.41 */
1.42 inline TInt CSmsEventLogger::GetString(TDes& aString, TInt aId) const
1.43 - {
1.44 - return iLogWrapper->Log().GetString(aString,aId);
1.45 - }
1.46 -
1.47 + {
1.48 + return iLogWrapper->Log().GetString(aString,aId);
1.49 + }
1.50
1.51 /**
1.52 * Gets the current log event.
1.53 @@ -56,10 +51,9 @@
1.54 * @return Current log event
1.55 */
1.56 inline CLogEvent& CSmsEventLogger::Event()
1.57 - {
1.58 - return *iLogEvent;
1.59 - }
1.60 -
1.61 + {
1.62 + return *iLogEvent;
1.63 + }
1.64
1.65 /**
1.66 * Gets the current (const) log event.
1.67 @@ -69,10 +63,9 @@
1.68 * @return Current log event
1.69 */
1.70 inline const CLogEvent& CSmsEventLogger::Event() const
1.71 - {
1.72 - return *iLogEvent;
1.73 - }
1.74 -
1.75 + {
1.76 + return *iLogEvent;
1.77 + }
1.78
1.79 /**
1.80 * Gets the current event's SMS PDU data.
1.81 @@ -82,16 +75,15 @@
1.82 * @return Current event's SMS PDU data
1.83 */
1.84 inline const TLogSmsPduData& CSmsEventLogger::SmsPDUData() const
1.85 - {
1.86 - return iSmsPDUData;
1.87 - }
1.88 -
1.89 + {
1.90 + return iSmsPDUData;
1.91 + }
1.92
1.93 /**
1.94 * Gets the current event's SMS PDU data.
1.95 - * @internalComponent
1.96 + * @publishedAll
1.97 */
1.98 inline void CSmsEventLogger::GetStringL(TDes& aString, TInt aId) const
1.99 - {
1.100 - User::LeaveIfError(iLogWrapper->Log().GetString(aString,aId));
1.101 - }
1.102 + {
1.103 + User::LeaveIfError(iLogWrapper->Log().GetString(aString,aId));
1.104 + }