connectionutilities/ConnectionDialogs/src/ConnectionInfoKey.cpp
branchRCL_3
changeset 24 05bc53fe583b
parent 0 5a93021fdf25
child 25 83ca720e2b9a
equal deleted inserted replaced
23:fc7b30ed2058 24:05bc53fe583b
    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   iIsWLANFeatureSupported( aIsWLANFeatureSupported )
    32   iPtr( NULL ),
       
    33   iIsWLANFeatureSupported( aIsWLANFeatureSupported ),
       
    34   iNameEasyWLAN( NULL )
    33     {
    35     {
    34     }
    36     }
    35 
    37 
    36 
    38 
    37 // ---------------------------------------------------------
    39 // ---------------------------------------------------------