voipplugins/sipconnectionprovider/inc/scpsipconnection.h
branchRCL_3
changeset 11 6134b5029079
parent 10 ed1e38b404e5
child 12 876a3df1f464
--- a/voipplugins/sipconnectionprovider/inc/scpsipconnection.h	Wed Mar 31 21:20:05 2010 +0300
+++ b/voipplugins/sipconnectionprovider/inc/scpsipconnection.h	Wed Apr 14 15:49:55 2010 +0300
@@ -254,6 +254,13 @@
      */
     TBool IsSnapConnectionAvailable( TInt aSnapId ) const;
     
+    /**
+     * Checks if IAP connection method used by sip profile is
+     * available
+     * @return ETrue if available
+     */
+    TBool IsIapConnectionAvailable( TInt aIapId ) const;
+
 #ifdef _DEBUG
     void GetInfo( TDes& aInfo ) const;
 #endif
@@ -309,13 +316,6 @@
      */
     TBool IsNetworkConnectionAvailable() const;
 
-    /**
-     * Checks if IAP connection method used by sip profile is
-     * available
-     * @return ETrue if available
-     */
-    TBool IsIapConnectionAvailable( TInt aIapId ) const;
-
 private:
 
     /**