connectionutilities/ConnectionDialogs/src/ConnectionInfoKey.cpp
branchRCL_3
changeset 58 83ca720e2b9a
parent 57 05bc53fe583b
equal deleted inserted replaced
57:05bc53fe583b 58:83ca720e2b9a
    27 // CConnectionInfoKey::CConnectionInfoKey()
    27 // CConnectionInfoKey::CConnectionInfoKey()
    28 // ---------------------------------------------------------
    28 // ---------------------------------------------------------
    29 //
    29 //
    30 CConnectionInfoKey::CConnectionInfoKey( TBool aIsWLANFeatureSupported )
    30 CConnectionInfoKey::CConnectionInfoKey( TBool aIsWLANFeatureSupported )
    31 : TKeyArrayFix( 0, ECmpCollated ),
    31 : TKeyArrayFix( 0, ECmpCollated ),
    32   iPtr( NULL ),
    32   iIsWLANFeatureSupported( aIsWLANFeatureSupported )
    33   iIsWLANFeatureSupported( aIsWLANFeatureSupported ),
       
    34   iNameEasyWLAN( NULL )
       
    35     {
    33     {
    36     }
    34     }
    37 
    35 
    38 
    36 
    39 // ---------------------------------------------------------
    37 // ---------------------------------------------------------