diff -r e32024264ebb -r d7fc66ccd6fb convergedcallengine/serviceselector/src/cssconnectionhandler.cpp --- a/convergedcallengine/serviceselector/src/cssconnectionhandler.cpp Fri Apr 16 15:31:58 2010 +0300 +++ b/convergedcallengine/serviceselector/src/cssconnectionhandler.cpp Mon May 03 13:01:45 2010 +0300 @@ -57,19 +57,11 @@ // void CSsConnectionHandler::ConstructL() { - // <-- QT PHONE START --> - //iCch = CCch::NewL(); - // <-- QT PHONE END --> - } // Destructor CSsConnectionHandler::~CSsConnectionHandler() { - // <-- QT PHONE START --> - //delete iCch; - // <-- QT PHONE END--> - } // ----------------------------------------------------------------------------- @@ -83,27 +75,7 @@ ) const { - TBool registered( EFalse ); - // <-- QT PHONE START --> -/* - TCchServiceStatus serviceStatus; - CCchService* service = iCch->GetService( aServiceId ); - if ( service ) - { - service->GetStatus( ECCHVoIPSub, serviceStatus ); - registered = ( KErrNone == serviceStatus.Error() ) && - ( ECCHEnabled == serviceStatus.State() ); - } - - CSSLOGSTRING4("CSSelector::IsRegistered: id:%d ,enabled:%d ,error:%d", - (TInt) aServiceId, - (TInt) ECCHEnabled == serviceStatus.State(), - (TInt) serviceStatus.Error()); - */ - - // <-- QT PHONE END--> - - + TBool registered( EFalse ); return registered; }