ipcm_plat/extended_connection_settings_api/inc/cmsettingsui.h
branchRCL_3
changeset 55 fc7b30ed2058
parent 8 2e6c4614c58e
--- a/ipcm_plat/extended_connection_settings_api/inc/cmsettingsui.h	Thu Jul 15 19:05:04 2010 +0300
+++ b/ipcm_plat/extended_connection_settings_api/inc/cmsettingsui.h	Thu Aug 19 10:18:49 2010 +0300
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies). 
+* Copyright (c) 2006-2010 Nokia Corporation and/or its subsidiary(-ies). 
 * All rights reserved.
 * This component and the accompanying materials are made available
 * under the terms of "Eclipse Public License v1.0"
@@ -66,6 +66,23 @@
         */
         IMPORT_C TBool SelectDestinationDlgL( TUint32& aDestinationId );
 
+        /**
+        * Launches the dialog for adding connection methods
+        * @since 3.2.3
+        * @param  aDestUid destination id for the new cm
+        * @param  aBearerType bearer type for the new cm
+        * @return TUint32 id of the new cm
+        */
+        IMPORT_C TUint32 AddCmL( TUint32& aDestUid, TUint32 aBearerType );
+
+        /**
+        * Launches the dialog for editing connection methods
+        * @since 3.2.3
+        * @param  aCmId id of the cm to edit
+        * @return TResult - the softkey the user exited with.
+        *                   EBack in case editing is forbidden.
+        */
+        IMPORT_C TResult EditCmL( TUint32 aCmId );        
     private:
 
         /** First stage constructor */