diff -r ff3b6d0fd310 -r ae8abd0db65c phonesrv_plat/phone_settings_api/inc/nwdefs.h --- a/phonesrv_plat/phone_settings_api/inc/nwdefs.h Tue Feb 02 01:11:09 2010 +0200 +++ b/phonesrv_plat/phone_settings_api/inc/nwdefs.h Fri Mar 19 09:40:14 2010 +0200 @@ -22,7 +22,7 @@ // INCLUDES #include -#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