diff -r ff3b6d0fd310 -r ae8abd0db65c phonesrv_plat/ss_settings_api/inc/RSSSettings.h --- a/phonesrv_plat/ss_settings_api/inc/RSSSettings.h Tue Feb 02 01:11:09 2010 +0200 +++ b/phonesrv_plat/ss_settings_api/inc/RSSSettings.h Fri Mar 19 09:40:14 2010 +0200 @@ -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.