diff -r 594d59766373 -r 7d48bed6ce0c phonesrv_plat/ss_settings_api/inc/RSSSettings.h --- a/phonesrv_plat/ss_settings_api/inc/RSSSettings.h Thu Aug 19 10:28:14 2010 +0300 +++ b/phonesrv_plat/ss_settings_api/inc/RSSSettings.h Tue Aug 31 15:45:17 2010 +0300 @@ -23,7 +23,7 @@ // INCLUDES #include -#include +#include // DATA TYPES @@ -193,7 +193,7 @@ * @param aObserver observer. * @return error code. KErrNone: observer is added * KErrAlreadyExists: observer is already added - * KErrNotReady: Possible when BT SAP is on. + * KErrNotReady: Possible when BT SAP is on. * KErrNotSupported: Possible with ALS. * other: observer not registered */ @@ -301,8 +301,8 @@ */ TInt IsALSSupported( TInt aPpAlsValue, TInt aSimAlsValue, TBool aAlsCspSupport, TInt aAlsCspError ) const; - - // Gets ALS setting value. + + // Gets ALS setting value. TInt GetALSSettingValue( TInt& aValue, const TInt aSimState ); // Prohibit copy constructor if not deriving from CBase.