voipplugins/voipadapters/voipxmlprovisioning/voipxmlprocessor/inc/voipxmlvoiphandler.h
branchRCL_3
changeset 11 6134b5029079
parent 2 7b872347d83b
--- a/voipplugins/voipadapters/voipxmlprovisioning/voipxmlprocessor/inc/voipxmlvoiphandler.h	Wed Mar 31 21:20:05 2010 +0300
+++ b/voipplugins/voipadapters/voipxmlprovisioning/voipxmlprocessor/inc/voipxmlvoiphandler.h	Wed Apr 14 15:49:55 2010 +0300
@@ -322,6 +322,13 @@
      */
     void AddDefaultCodecsL();
 
+    /**
+     * Sets the service as default service and preferred telephony as PS.
+     *
+     * @since S60 v5.1
+     */
+    void SetAsDefaultL();
+
 private:
 
     CVoipXmlVoipHandler();
@@ -378,6 +385,11 @@
      * will be stored to SPSettings in FinalizedSettings method.
      */
     TUint32 iDestinationId;
+
+    /**
+     * Tells if the service is to be set as default service.
+     */
+    TBool iDefault;
     };
 
 #endif // VOIPXMLVOIPHANDLER_H