sipvoipprovider/src/svpsessionbase.cpp
branchRCL_3
changeset 16 df4dfb214df5
parent 11 6134b5029079
child 20 65a3ef1d5bd0
--- a/sipvoipprovider/src/svpsessionbase.cpp	Tue May 25 12:31:20 2010 +0300
+++ b/sipvoipprovider/src/svpsessionbase.cpp	Wed Jun 09 09:31:04 2010 +0300
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2006-2008 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (c) 2006-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"
@@ -3274,3 +3274,11 @@
     return iMuted;
     }
 
+// ---------------------------------------------------------------------------
+// CSVPSessionBase::IsCLIROnL
+// ---------------------------------------------------------------------------
+//
+TBool CSVPSessionBase::IsCLIROnL() const
+    {
+    return iSVPUtility.IsCLIROnL();
+    }