voipplugins/sipconnectionprovider/inc/scpsipconnectionobserver.h
branchRCL_3
changeset 9 bddb6d4447db
parent 0 a4daefaec16c
--- a/voipplugins/sipconnectionprovider/inc/scpsipconnectionobserver.h	Fri Mar 12 15:42:09 2010 +0200
+++ b/voipplugins/sipconnectionprovider/inc/scpsipconnectionobserver.h	Mon Mar 15 12:39:55 2010 +0200
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2006-2007 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"
@@ -39,7 +39,15 @@
      */
     virtual void HandleSipConnectionEvent( TUint32 aProfileId,
                                            TScpConnectionEvent aEvent ) = 0;
-        
+      
+    /**
+     * Query is starting to ALR allowed.
+     * Client can start ALR later if needed to do something first
+     * 
+     * @return ETrue if allowed.
+     */
+    virtual TBool IsSipProfileAllowedToStartAlr() = 0;
+    
     };
 
 /**