connectionutilities/ConnectionDialogs/src/ConnectionInfoKey.cpp
changeset 47 cb7afde124a3
parent 0 5a93021fdf25
child 58 83ca720e2b9a
child 61 8b0c979bbe8c
equal deleted inserted replaced
46:95d45f234cf3 47:cb7afde124a3
    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 // ---------------------------------------------------------