dbcreator/commsdatcreator/Inc/cdcprocessorglobal.h
branchRCL_3
changeset 57 05bc53fe583b
parent 2 086aae6fc07e
child 58 83ca720e2b9a
--- a/dbcreator/commsdatcreator/Inc/cdcprocessorglobal.h	Thu Aug 19 10:18:49 2010 +0300
+++ b/dbcreator/commsdatcreator/Inc/cdcprocessorglobal.h	Tue Aug 31 15:35:44 2010 +0300
@@ -62,12 +62,8 @@
                                 RPointerArray< RCmConnectionMethodExt >& aPluginArray,
                                 RPointerArray< HBufC >& aPluginNames, 
                                 RPointerArray< RCmDestinationExt >& aDestArray,
-                                RPointerArray< HBufC >& aDestNames,
-                                RPointerArray< HBufC >& aDefCon );
+                                RPointerArray< HBufC >& aDestNames );
 
-        // Stores the default connection values
-        void SetDefaultConnectionL();
-        
         /**
         * Destructor.
         */
@@ -84,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.
@@ -119,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.
@@ -158,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, 
@@ -168,9 +145,6 @@
 
     private:
         
-        // @var Default connection's data
-        TCmDefConnType iDefaultConnectionType;
-        TBool iDefaultConnectionSet;
 
         // @var GPRS attach mode : whenneeded/whenavailable
         TBool  iAttachWhenNeeded;
@@ -178,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;