sipvoipprovider/src/svpsessionbase.cpp
branchRCL_3
changeset 16 df4dfb214df5
parent 11 6134b5029079
child 20 65a3ef1d5bd0
equal deleted inserted replaced
15:43658d24f35d 16:df4dfb214df5
     1 /*
     1 /*
     2 * Copyright (c) 2006-2008 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2006-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
  3272     {
  3272     {
  3273     SVPDEBUG2("CSVPSessionBase::IsSessionMuted: %d", iMuted )
  3273     SVPDEBUG2("CSVPSessionBase::IsSessionMuted: %d", iMuted )
  3274     return iMuted;
  3274     return iMuted;
  3275     }
  3275     }
  3276 
  3276 
       
  3277 // ---------------------------------------------------------------------------
       
  3278 // CSVPSessionBase::IsCLIROnL
       
  3279 // ---------------------------------------------------------------------------
       
  3280 //
       
  3281 TBool CSVPSessionBase::IsCLIROnL() const
       
  3282     {
       
  3283     return iSVPUtility.IsCLIROnL();
       
  3284     }