mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-30 08:34:16 +01:00
comment out overly-verbose logging
This commit is contained in:
parent
365a57c8fb
commit
4bb87a0a02
1 changed files with 5 additions and 5 deletions
|
@ -100,19 +100,19 @@ TGameInfoBuf::CopyToL( MPFORMAL CurGameInfo* aGi
|
||||||
CXWGameInfoDlg::CXWGameInfoDlg( MPFORMAL TGameInfoBuf* aGib, TBool aNewGame )
|
CXWGameInfoDlg::CXWGameInfoDlg( MPFORMAL TGameInfoBuf* aGib, TBool aNewGame )
|
||||||
: iIsNewGame(aNewGame), iGib(aGib)
|
: iIsNewGame(aNewGame), iGib(aGib)
|
||||||
{
|
{
|
||||||
XP_LOGF( "CXWGameInfoDlg::CXWGameInfoDlg" );
|
/* XP_LOGF( "CXWGameInfoDlg::CXWGameInfoDlg" ); */
|
||||||
MPASSIGN( this->mpool, mpool );
|
MPASSIGN( this->mpool, mpool );
|
||||||
}
|
}
|
||||||
|
|
||||||
CXWGameInfoDlg::~CXWGameInfoDlg()
|
CXWGameInfoDlg::~CXWGameInfoDlg()
|
||||||
{
|
{
|
||||||
XP_LOGF( "CXWGameInfoDlg::~CXWGameInfoDlg" );
|
/* XP_LOGF( "CXWGameInfoDlg::~CXWGameInfoDlg" ); */
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
CXWGameInfoDlg::PreLayoutDynInitL()
|
CXWGameInfoDlg::PreLayoutDynInitL()
|
||||||
{
|
{
|
||||||
XP_LOGF( "CXWGameInfoDlg::PreLayoutDynInitL" );
|
/* XP_LOGF( "CXWGameInfoDlg::PreLayoutDynInitL" ); */
|
||||||
#if defined SERIES_80
|
#if defined SERIES_80
|
||||||
|
|
||||||
/* This likely belongs in its own method */
|
/* This likely belongs in its own method */
|
||||||
|
@ -178,7 +178,7 @@ CXWGameInfoDlg::PreLayoutDynInitL()
|
||||||
void
|
void
|
||||||
CXWGameInfoDlg::HideAndShow()
|
CXWGameInfoDlg::HideAndShow()
|
||||||
{
|
{
|
||||||
XP_LOGF( "HideAndShow" );
|
/* XP_LOGF( "HideAndShow" ); */
|
||||||
#if defined SERIES_80
|
#if defined SERIES_80
|
||||||
CEikChoiceList* list;
|
CEikChoiceList* list;
|
||||||
/* if it's standalone, hide all else. Then if it's not IP, hide all
|
/* if it's standalone, hide all else. Then if it's not IP, hide all
|
||||||
|
@ -207,7 +207,7 @@ CXWGameInfoDlg::HideAndShow()
|
||||||
void
|
void
|
||||||
CXWGameInfoDlg::HandleControlStateChangeL( TInt aControlId )
|
CXWGameInfoDlg::HandleControlStateChangeL( TInt aControlId )
|
||||||
{
|
{
|
||||||
XP_LOGF( "HandleControlStateChangeL got %d", aControlId );
|
/* XP_LOGF( "HandleControlStateChangeL got %d", aControlId ); */
|
||||||
#if defined SERIES_80
|
#if defined SERIES_80
|
||||||
CEikChoiceList* list;
|
CEikChoiceList* list;
|
||||||
CEikChoiceList* whichList;
|
CEikChoiceList* whichList;
|
||||||
|
|
Loading…
Add table
Reference in a new issue