ipcm_plat/connection_settings_shim_api/inc/cmconnectionmethod_shim.h
changeset 40 c5b848e6c7d1
parent 20 9c97ad6591ae
--- a/ipcm_plat/connection_settings_shim_api/inc/cmconnectionmethod_shim.h	Thu May 27 14:35:19 2010 +0300
+++ b/ipcm_plat/connection_settings_shim_api/inc/cmconnectionmethod_shim.h	Thu Jun 10 16:00:16 2010 +0300
@@ -164,6 +164,21 @@
     void update();
     
     /*!
+     * Gets the icon identifier(name) of the connection method. It can
+     * contain path information.
+     * @return Contains string representing icon
+     */
+    QString getIcon() const;
+    
+    /*!
+     * Sets the icon identifier(name) of the destination. It can
+     * contain path information.
+     * 
+     * @param icon New icon
+     */      
+    void setIcon(QString icon);
+    
+    /*!
      * Reload the contents of the connection method from database.
      * Any current changes made to the connection method are lost.
      */