dbcreator/commsdatcreator/Inc/cdcprocessorglobal.h
changeset 32 5c4486441ae6
parent 30 8dde790cab74
child 66 ed07dcc72692
--- a/dbcreator/commsdatcreator/Inc/cdcprocessorglobal.h	Mon May 17 09:55:27 2010 +0300
+++ b/dbcreator/commsdatcreator/Inc/cdcprocessorglobal.h	Mon May 24 20:51:35 2010 +0300
@@ -62,8 +62,7 @@
                                 RPointerArray< RCmConnectionMethodExt >& aPluginArray,
                                 RPointerArray< HBufC >& aPluginNames, 
                                 RPointerArray< RCmDestinationExt >& aDestArray,
-                                RPointerArray< HBufC >& aDestNames,
-                                RPointerArray< HBufC >& aDefCon );
+                                RPointerArray< HBufC >& aDestNames );
 
         /**
         * Destructor.
@@ -81,8 +80,7 @@
                           RPointerArray< RCmConnectionMethodExt >& aPluginArray,
                           RPointerArray< HBufC >& aPluginNames, 
                           RPointerArray< RCmDestinationExt >& aDestArray,
-                          RPointerArray< HBufC >& aDestNames,
-                          RPointerArray< HBufC >& aDefCon);
+                          RPointerArray< HBufC >& aDestNames );
                           
         /**
         * Second phase constructor. Leaves on failure.
@@ -116,22 +114,7 @@
         void UpdateGlobalBearerArrayL
                             ( TDbCreatorGlobalSettings aField, TUint32 aPrio );
                 
-        /**
-        * Sets the value of default connection type parsing and converting
-        *                           the param string to the right enum. 
-        * @param aPtrTag string of the type.
-        */
-        void SetDefaultConnectionTypeL( HBufC16* aPtrTag );
-                            
-        /**
-        * Sets the id of default connection method. It founds the connection
-        *     method or destination corresponding to the given name.
-        *     Type depends on the default connection type.
-        *     If the method/destination cannot be found then no id is set.
-        * @param aPtrTag string of the connection method/destination name.
-        */
-        void SetDefaultConnectionNameL( HBufC16* aPtrTag );
-
+                         
         /**
         * Sets the WLAN Usage parameter in general connection settings.
         * @param aPtrTag string containing the parameter's value.
@@ -155,9 +138,6 @@
         // Stores the general connection settings, using CMM
         void SetGenConnSettingsL();
         
-        // Stores the default connection's values, using CMM
-        void SetDefConnRecordL( const TInt aId );
-        
         // Stores the WLAN parameters
         void SaveGlobalWlanParameterL( const TUint32 aTableType, 
         							   const TDbCreatorGlobalSettings aField, 
@@ -165,9 +145,6 @@
 
     private:
         
-        // @var Default connection's data
-        TCmDefConnType iDefaultConnectionType;
-        TBool iDefaultConnectionSet;
 
         // @var GPRS attach mode : whenneeded/whenavailable
         TBool  iAttachWhenNeeded;
@@ -175,9 +152,6 @@
         RArray< TBearerPriority > iBearerArray;
         TBool iBearerArrayChanged;
         
-        // @var Stores the default connection type / name pair
-        RPointerArray< HBufC >* iDefCon; 
-        
         // @var Stores the general connection settings
         TCmGenConnSettings* iGenConnSettings;