phonesrv_plat/ss_settings_api/inc/RSSSettings.h
branchRCL_3
changeset 20 987c9837762f
parent 19 7d48bed6ce0c
--- a/phonesrv_plat/ss_settings_api/inc/RSSSettings.h	Tue Aug 31 15:45:17 2010 +0300
+++ b/phonesrv_plat/ss_settings_api/inc/RSSSettings.h	Wed Sep 01 12:15:03 2010 +0100
@@ -23,7 +23,7 @@
 
 //  INCLUDES
 #include <etelmm.h>
-#include <rcustomerserviceprofilecache.h> 
+#include <RCustomerServiceProfileCache.h>
 
 // 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.