cmmanager/cmmgr/cmmplugins/cmpluginwlan/inc/cmpluginwlan.h
changeset 27 489cf6208544
parent 20 9c97ad6591ae
--- a/cmmanager/cmmgr/cmmplugins/cmpluginwlan/inc/cmpluginwlan.h	Fri May 14 16:15:46 2010 +0300
+++ b/cmmanager/cmmgr/cmmplugins/cmpluginwlan/inc/cmpluginwlan.h	Thu May 27 13:17:01 2010 +0300
@@ -340,8 +340,9 @@
          * @param aSourceRecord A record where to copy from.
          * @param aDestRecord A record where to copy to.
          */
-        void CopyWlanServiceRecordL( CCDWlanServiceRecord* aSourceRecord,
-                                     CCDWlanServiceRecord* aDestRecord);
+        void CopyWlanServiceRecordL(
+                CCDWlanServiceRecord* aSourceRecord,
+                CCDWlanServiceRecord* aDestRecord);
 
         /**
          * Copies the bearer specific records to copy instance.
@@ -361,8 +362,9 @@
          * @param aAttribute Identifies the attribute to be checked.
          * @param aValue A value to be checked.
          */
-        void CheckSecurityAttributeValidityL( const TUint32 aAttribute,
-                                              const TUint32 aValue );
+        void CheckSecurityAttributeValidityL(
+                const TUint32 aAttribute,
+                const TUint32 aValue );
 
         /**
          * Convert a 8-bit string in ascii format to hex format. Ownership of
@@ -382,19 +384,30 @@
          */
         TUint8 ConvertHexCharToNumberL( const TUint8 aHexChar );
 
+        /**
+         * Returns the default priority value identified with the parameter.
+         * @param aAttribute Indentifies the default priority value requested.
+         */
+        TUint32 GetDefPriorityL( const TUint32 aAttribute ) const;
+
     private: // Data
 
         /**
-         * WLan service record.
+         * WLAN service record.
          */
         CCDWlanServiceRecord* iWlanServiceRecord;
 
         /**
-         * WLAN table id.
+         * WLAN table ID.
          */
         CommsDat::TMDBElementId iWlanTableId;
 
         /**
+         * Bearer priority table ID.
+         */
+        CommsDat::TMDBElementId iBearerPriorityTableId;
+
+        /**
          * Boolean to save the WAPI support info.
          */
         TBool iWAPISupported;