cmmanager/cpdestinationplugin/inc/cpdestinationgroup.h
changeset 56 dd6aaa97e7b1
parent 41 bbb64eb3bdee
--- a/cmmanager/cpdestinationplugin/inc/cpdestinationgroup.h	Fri Aug 06 19:11:03 2010 +0300
+++ b/cmmanager/cpdestinationplugin/inc/cpdestinationgroup.h	Mon Aug 23 13:40:12 2010 +0300
@@ -12,8 +12,8 @@
 * Contributors:
 *
 * Description:  
-*   CpDestinationGroup contains all destination UI items as well as 
-*   items for uncategorized access points and adding new destinations.
+* CpDestinationGroup contains all destination UI items as well as 
+* items for uncategorized access points and adding new destinations.
 */
  
 #ifndef CPDESTINATIONGROUP_H
@@ -44,7 +44,9 @@
     CpDestinationGroup(CpItemDataHelper &itemDataHelper);
     ~CpDestinationGroup();
     
-    void addDestination(const QString &dest, int destId);
+    void addDestination(
+        const QString &name,
+        QSharedPointer<CmDestinationShim> dest);
     void deleteDestination(int destId);
     CpBearerApPluginInterface *findBearerPlugin(int apId);