phonesrv_plat/phone_settings_api/inc/nwdefs.h
branchRCL_3
changeset 19 7d48bed6ce0c
parent 0 ff3b6d0fd310
child 20 987c9837762f
--- a/phonesrv_plat/phone_settings_api/inc/nwdefs.h	Thu Aug 19 10:28:14 2010 +0300
+++ b/phonesrv_plat/phone_settings_api/inc/nwdefs.h	Tue Aug 31 15:45:17 2010 +0300
@@ -22,7 +22,7 @@
 
 //  INCLUDES
 #include <e32std.h>
-#include "PsetConstants.h"
+#include "psetconstants.h" 
 
 //  DATA TYPES  
 //basic service groups
@@ -162,13 +162,13 @@
 
 //call forwarding cenrep key statuses.
 enum TCallForwardingStatus
-	{
-	EForwardingUnknown      = 0x0,
-	EForwardingActiveVoice  = 0x01,
-	EForwardingActiveFax    = 0x02,
-	EForwardingActiveData   = 0x04
-	};
-		
+    {
+    EForwardingUnknown      = 0x0,
+    EForwardingActiveVoice  = 0x01,
+    EForwardingActiveFax    = 0x02,
+    EForwardingActiveData   = 0x04
+    };
+        
 //  CLASS DEFINITIONS 
 // Supplemental class to contain all call barring settings.
 class   TCallBarringSetting