diff -r 8b0eae1b1d71 -r 981afc7d3841 wlanutilities/wlansniffer/aiplugin/src/wsfsearchwlansdialog.cpp --- a/wlanutilities/wlansniffer/aiplugin/src/wsfsearchwlansdialog.cpp Mon Mar 15 12:44:54 2010 +0200 +++ b/wlanutilities/wlansniffer/aiplugin/src/wsfsearchwlansdialog.cpp Wed Mar 31 23:17:49 2010 +0300 @@ -16,6 +16,7 @@ */ + // EXTERNAL INCLUDES #include #include @@ -24,8 +25,10 @@ #include #include #include + // INTERNAL INCLUDES #include "wsfsearchwlansdialog.h" +#include "wsflogger.h" // MACROS #ifdef _DEBUG @@ -48,7 +51,8 @@ CleanupStack::Pop( thisPtr ); return thisPtr; } - + + // -------------------------------------------------------------------------- // CWsfSearchWlansDialog::NewLC // -------------------------------------------------------------------------- @@ -62,6 +66,7 @@ return thisPtr; } + // -------------------------------------------------------------------------- // CWsfSearchWlansDialog::~CWsfSearchWlansDialog // -------------------------------------------------------------------------- @@ -69,7 +74,8 @@ CWsfSearchWlansDialog::~CWsfSearchWlansDialog() { } - + + // -------------------------------------------------------------------------- // CWsfSearchWlansDialog::CWsfSearchWlansDialog // -------------------------------------------------------------------------- @@ -79,7 +85,8 @@ iSelectedItem( &aSelectedItem ) { } - + + // -------------------------------------------------------------------------- // CWsfSearchWlansDialog::ConstructL // -------------------------------------------------------------------------- @@ -88,16 +95,19 @@ { // nothing at the moment... } - + + // -------------------------------------------------------------------------- // CWsfSearchWlansDialog::ProcessCommandL // -------------------------------------------------------------------------- // void CWsfSearchWlansDialog::ProcessCommandL( TInt aCommandId ) { + LOG_ENTERFN( "CWsfSearchWlansDialog::ProcessCommandL" ); CAknListQueryDialog::ProcessCommandL( aCommandId ); } - + + // -------------------------------------------------------------------------- // CWsfSearchWlansDialog::UpdateHotSpotsL // -------------------------------------------------------------------------- @@ -105,6 +115,7 @@ void CWsfSearchWlansDialog::UpdateHotSpotsL( MDesCArray* aItemTextArray, TInt aCurrentItem ) { + LOG_ENTERFN( "CWsfSearchWlansDialog::UpdateHotSpotsL" ); _ASS_D( ListBox() ); SetItemTextArray( aItemTextArray ); @@ -119,32 +130,38 @@ ListBox()->SetCurrentItemIndex( aCurrentItem ); } } - + + // -------------------------------------------------------------------------- // CWsfSearchWlansDialog::SelectedItem // -------------------------------------------------------------------------- // TInt CWsfSearchWlansDialog::SelectedItem() { + LOG_ENTERFN( "CWsfSearchWlansDialog::SelectedItem" ); _ASS_D( ListBox() ); return ListBox()->CurrentItemIndex(); } + // -------------------------------------------------------------------------- -// CWsfAiPlugin::StartConnectingAnimationL +// CWsfSearchWlansDialog::StartConnectingAnimationL // -------------------------------------------------------------------------- // void CWsfSearchWlansDialog::StartConnectingAnimationL() { + LOG_ENTERFN( "CWsfSearchWlansDialog::StartConnectingAnimationL" ); } + // -------------------------------------------------------------------------- // CWsfSearchWlansDialog::ForceRefreshingL // -------------------------------------------------------------------------- // void CWsfSearchWlansDialog::ForceRefreshingL() { + LOG_ENTERFN( "CWsfSearchWlansDialog::ForceRefreshingL" ); } @@ -153,10 +170,11 @@ // -------------------------------------------------------------------------- // TBool CWsfSearchWlansDialog::MultilineControl() - { + { + LOG_ENTERFN( "CWsfSearchWlansDialog::MultilineControl" ); return ETrue; } - + // -------------------------------------------------------------------------- // CWsfSearchWlansDialog::UpdateViewL @@ -164,24 +182,27 @@ // void CWsfSearchWlansDialog::UpdateViewL( MDesCArray* /*aItemTextArray*/ ) { + LOG_ENTERFN( "CWsfSearchWlansDialog::UpdateViewL" ); } + // -------------------------------------------------------------------------- // CWsfSearchWlansDialog::DisplayEngineOffL // -------------------------------------------------------------------------- // void CWsfSearchWlansDialog::DisplayEngineOffL() { + LOG_ENTERFN( "CWsfSearchWlansDialog::DisplayEngineOffL" ); } - // -------------------------------------------------------------------------- // CWsfSearchWlansDialog::PreLayoutDynInitL // -------------------------------------------------------------------------- // void CWsfSearchWlansDialog::PreLayoutDynInitL() { + LOG_ENTERFN( "CWsfSearchWlansDialog::PreLayoutDynInitL" ); _ASS_D( ListBox() ); // add the empty text here.... HBufC* noWlansAvailable = iCoeEnv->AllocReadResourceLC(