diff -r 7117cbf1600a -r bddb6d4447db voipplugins/sipconnectionprovider/src/scpservicehandlerbase.cpp --- a/voipplugins/sipconnectionprovider/src/scpservicehandlerbase.cpp Fri Mar 12 15:42:09 2010 +0200 +++ b/voipplugins/sipconnectionprovider/src/scpservicehandlerbase.cpp Mon Mar 15 12:39:55 2010 +0200 @@ -1,5 +1,5 @@ /* -* Copyright (c) 2002-2007 Nokia Corporation and/or its subsidiary(-ies). +* Copyright (c) 2002-2010 Nokia Corporation and/or its subsidiary(-ies). * All rights reserved. * This component and the accompanying materials are made available * under the terms of "Eclipse Public License v1.0" @@ -66,6 +66,16 @@ } // ----------------------------------------------------------------------------- +// From base class MScpSipConnectionObserver +// CScpServiceHandlerBase::IsSipProfileAllowedToStartAlr +// ----------------------------------------------------------------------------- +// +TBool CScpServiceHandlerBase::IsSipProfileAllowedToStartAlr() + { + return ETrue; + } + +// ----------------------------------------------------------------------------- // CScpServiceHandlerBase::RegisterProfileL // ----------------------------------------------------------------------------- //