voipplugins/voipadapters/voipxmlprovisioning/voipxmlprocessor/inc/voipxmlvoiphandler.h
branchRCL_3
changeset 11 6134b5029079
parent 2 7b872347d83b
equal deleted inserted replaced
10:ed1e38b404e5 11:6134b5029079
   320      *
   320      *
   321      * @since S60 v5.0
   321      * @since S60 v5.0
   322      */
   322      */
   323     void AddDefaultCodecsL();
   323     void AddDefaultCodecsL();
   324 
   324 
       
   325     /**
       
   326      * Sets the service as default service and preferred telephony as PS.
       
   327      *
       
   328      * @since S60 v5.1
       
   329      */
       
   330     void SetAsDefaultL();
       
   331 
   325 private:
   332 private:
   326 
   333 
   327     CVoipXmlVoipHandler();
   334     CVoipXmlVoipHandler();
   328     void ConstructL();
   335     void ConstructL();
   329 
   336 
   376     /**
   383     /**
   377      * Destination (SNAP) ID. This is received in LinkSettings method and
   384      * Destination (SNAP) ID. This is received in LinkSettings method and
   378      * will be stored to SPSettings in FinalizedSettings method.
   385      * will be stored to SPSettings in FinalizedSettings method.
   379      */
   386      */
   380     TUint32 iDestinationId;
   387     TUint32 iDestinationId;
       
   388 
       
   389     /**
       
   390      * Tells if the service is to be set as default service.
       
   391      */
       
   392     TBool iDefault;
   381     };
   393     };
   382 
   394 
   383 #endif // VOIPXMLVOIPHANDLER_H
   395 #endif // VOIPXMLVOIPHANDLER_H
   384 
   396 
   385 //  End of File
   397 //  End of File