cellular/PsetNotesUi/Src/PsuiNoteController.cpp
branchRCL_3
changeset 19 7d48bed6ce0c
parent 0 ff3b6d0fd310
child 20 987c9837762f
--- a/cellular/PsetNotesUi/Src/PsuiNoteController.cpp	Thu Aug 19 10:28:14 2010 +0300
+++ b/cellular/PsetNotesUi/Src/PsuiNoteController.cpp	Tue Aug 31 15:45:17 2010 +0300
@@ -17,8 +17,8 @@
 
 
 // INCLUDE FILES
-#include "PsuiNoteController.h"
-#include "PsuiInternalConstants.h"
+#include "psuinotecontroller.h" 
+#include "psuiinternalconstants.h" 
 
 // ================= MEMBER FUNCTIONS =======================
 
@@ -74,7 +74,7 @@
 //
 void CPsuiNoteController::ShowNoteL( TPsuiNoteTypes aType, TInt aResourceID )
     {
-	  iNote->ShowNoteL( aType, aResourceID );
+      iNote->ShowNoteL( aType, aResourceID );
     }       
 
 // ---------------------------------------------------------
@@ -83,7 +83,7 @@
 //
 void CPsuiNoteController::ShowBscListL( TInt aResourceHeading, TUint8 aBsc[KPSUIMaxBscNumber] )
     {
-	  iNote->ShowBscListL( aResourceHeading, aBsc );
+      iNote->ShowBscListL( aResourceHeading, aBsc );
     }
 
 // ---------------------------------------------------------
@@ -92,7 +92,7 @@
 //
 TInt CPsuiNoteController::SetErrorNoteResourceID ( const TInt aErrorCode )
     {
-	  return iNote->SetErrorNoteResourceID( aErrorCode );
+      return iNote->SetErrorNoteResourceID( aErrorCode );
     }
 
 // ---------------------------------------------------------
@@ -101,9 +101,9 @@
 //
 void CPsuiNoteController::RemoveNotesL()
     {
-	  delete iNote;
-	  iNote = NULL;
-	  iNote = CPsuiNoteMaster::NewL();
+      delete iNote;
+      iNote = NULL;
+      iNote = CPsuiNoteMaster::NewL();
     }
 
 // ---------------------------------------------------------
@@ -112,7 +112,7 @@
 //
 void CPsuiNoteController::KillStaticNoteL()
     {
-	  iNote->KillStaticNoteL();
+      iNote->KillStaticNoteL();
     }
 
 // ---------------------------------------------------------
@@ -124,7 +124,7 @@
     MPsetCli* aCliEngine )
     {
     iNote->SetEngineContacts( aWaitingEngine, aBarringEngine,
-        aDivertEngine, aCliEngine );	
+        aDivertEngine, aCliEngine );    
     }
 
 // ---------------------------------------------------------
@@ -135,7 +135,7 @@
     CMobilePhoneCFList& aList, TCFType aCFType, TInt& aIndex )
     {
     return iNote->ShowBscCFListL( aResourceHeading, aList,
-        aCFType, aIndex );	
+        aCFType, aIndex );  
     }
 
 // ---------------------------------------------------------
@@ -145,7 +145,7 @@
 void CPsuiNoteController::ShowCfInfoL( TCFType& aCFType,
     const RMobilePhone::TMobilePhoneCFInfoEntryV1& aSetting )
     {
-    iNote->ShowCfInfoL( aCFType, aSetting );	
+    iNote->ShowCfInfoL( aCFType, aSetting );    
     }
 
 // End of File