diff -r fcbbe021d614 -r 9c97ad6591ae dbcreator/commsdatcreator/Src/cdcprocessorglobal.cpp --- a/dbcreator/commsdatcreator/Src/cdcprocessorglobal.cpp Fri Apr 16 15:21:37 2010 +0300 +++ b/dbcreator/commsdatcreator/Src/cdcprocessorglobal.cpp Mon May 03 12:53:07 2010 +0300 @@ -614,7 +614,7 @@ // CProcessorGlobal::SetDefaultConnectionL // --------------------------------------------------------- // -void CProcessorGlobal::SetDefaultConnectionL() +/*void CProcessorGlobal::SetDefaultConnectionL() { if( iDefCon->Count() > 0 ) { @@ -624,7 +624,7 @@ { SetDefaultConnectionNameL( (*iDefCon)[1] ); } - } + }*/ // --------------------------------------------------------- // CProcessorGlobal::SetDefaultConnectionTypeL @@ -759,14 +759,14 @@ // CProcessorGlobal::SetDefConnRecordL() //----------------------------------------------------------------------------- // -void CProcessorGlobal::SetDefConnRecordL( const TInt aId ) +void CProcessorGlobal::SetDefConnRecordL( const TInt /*aId*/ ) { - TCmDefConnValue value; +/* TCmDefConnValue value; value.iType = iDefaultConnectionType; - value.iId = aId; + value.iId = aId;*/ - iCmManager->WriteDefConnL( value ); +// iCmManager->WriteDefConnL( value ); // It gets true if the defconn was set correctly iDefaultConnectionSet = ETrue;