diff -r d39add9822e2 -r 5bfc169077b2 codhandler/codeng/src/Connection.cpp --- a/codhandler/codeng/src/Connection.cpp Tue Feb 02 00:56:45 2010 +0200 +++ b/codhandler/codeng/src/Connection.cpp Fri Mar 19 09:52:28 2010 +0200 @@ -28,10 +28,6 @@ #include #include #include -#include -#ifdef BRDO_OCC_ENABLED_FF -#include -#endif // ================= MEMBER FUNCTIONS ======================= @@ -98,31 +94,7 @@ // aIap == 0 -> user select. iConnPref.SetDialogPreference( ECommDbDialogPrefPrompt ); } - #ifdef BRDO_OCC_ENABLED_FF - TExtendedConnPref extPref; - CLOG(( EConn, 4, _L("CodHalder Setting OCC parameters") )); - - CLOG(( EConn, 4, _L("Iap: %d"), aIap )); - if (aIap) - { - CLOG(( EConn, 4, _L("Iap is found") )); - extPref.SetSnapPurpose(CMManager::ESnapPurposeUnknown); - extPref.SetIapId(aIap); - } - else - { - CLOG(( EConn, 4, _L("Using Internet Snap") )); - extPref.SetSnapPurpose(CMManager::ESnapPurposeInternet); - } - - extPref.SetNoteBehaviour(TExtendedConnPref::ENoteBehaviourConnSilent); - TConnPrefList prefList; - prefList.AppendL(&extPref); - iConn.Start( prefList, iStatus ); - #else - iConn.Start( iConnPref, iStatus ); - #endif //BRDO_OCC_ENABLED_FF - + iConn.Start( iConnPref, iStatus ); iState = EConnecting; SetActive(); CleanupStack::Pop( 2 ); // closing iConn and iSockServ