--- a/cellular/PsetNotesUi/Src/PsuiNoteController.cpp Tue Aug 31 15:45:17 2010 +0300
+++ b/cellular/PsetNotesUi/Src/PsuiNoteController.cpp Wed Sep 01 12:15:03 2010 +0100
@@ -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