dbcreator/commsdatcreator/Inc/cdcprocessorwlan.h
changeset 27 489cf6208544
parent 0 5a93021fdf25
child 32 5c4486441ae6
--- a/dbcreator/commsdatcreator/Inc/cdcprocessorwlan.h	Fri May 14 16:15:46 2010 +0300
+++ b/dbcreator/commsdatcreator/Inc/cdcprocessorwlan.h	Thu May 27 13:17:01 2010 +0300
@@ -264,25 +264,6 @@
          */
         void SetExpandedEapListL( CMDBGenericRecord* aGeneric );
         
-        /*
-         * Creates expanded Eap list from the common Eap list
-         * @param aEapList the common Eap list from which the expanded list
-         *              will be created 
-         * @param aEnabledNeed indicates the type of the result expanded  
-         *           Eap list. If it is ETrue then the enabled expanded
-         *           Eap list will be created. Else the disbled one.
-         * @return The created expanded Eap list. It can be empty. 
-         */
-        HBufC8* ExpandedEapListLC( HBufC16* aEapList, TBool aEnabledNeed );
-  
-        /*
-         * Adds one item to the expanded Eap list
-         * @param aExpandedEapList to which the new item will be added.
-         * @param aSlice the common Eap list slice containing one 
-         *              3 digit long number with sign.
-         */
-        void AddToList( HBufC8* aExpandedEapList, TPtrC16 aSlice );
-
     private:
     
         void AddSecurityDataL( TInt aField, HBufC* aPtrTag, TBool aIsWep );
@@ -298,13 +279,6 @@
 		TUint FindCertificateEntryL( const CertificateEntry::TCertType aCertType, const TInt aEapIndex );
 		
 		void ConvertSubjectKeyIdToBinaryL( const HBufC16* const aSubjectKeyIdString, TDes& aBinaryKey);
-        /*
-        // @var Stores indexes of WEP fields
-        TInt iWEPIndex[KWEPKeyNumOfFields];
-        
-        // @var Stores indexes of WPA fields
-        TInt iWPAIndex[KWPAKeyNumOfFields];
-        */
         
         // @var Indicates the WLAN security mode
         TDbCreatorSecurityMode iSecurityMode;
@@ -322,15 +296,9 @@
        
         // @var HBufC for empty WEP and WPA tags
         HBufC* iEmptyTag;
-
-        // @var Stores indexes of WEP fields
-        ////RPointerArray< HBufC > iWepData;
         
         HBufC* iWepData[KWEPKeyNumOfFields];
         
-        // @var Stores indexes of WPA fields
-        ////RPointerArray< HBufC > iWpaData;
-        
         HBufC* iWpaData[KWPAKeyNumOfFields];
 
         TInt iDataStart;
@@ -343,4 +311,4 @@
 #endif PROCESSOR_WLAN_H
 
 
-// End of File.
\ No newline at end of file
+// End of File.