connectionutilities/ConnectionDialogs/src/ConnectionInfoKey.cpp
changeset 47 cb7afde124a3
parent 0 5a93021fdf25
child 58 83ca720e2b9a
child 61 8b0c979bbe8c
--- a/connectionutilities/ConnectionDialogs/src/ConnectionInfoKey.cpp	Wed Jun 23 18:39:24 2010 +0300
+++ b/connectionutilities/ConnectionDialogs/src/ConnectionInfoKey.cpp	Tue Jul 06 14:42:41 2010 +0300
@@ -29,7 +29,9 @@
 //
 CConnectionInfoKey::CConnectionInfoKey( TBool aIsWLANFeatureSupported )
 : TKeyArrayFix( 0, ECmpCollated ),
-  iIsWLANFeatureSupported( aIsWLANFeatureSupported )
+  iPtr( NULL ),
+  iIsWLANFeatureSupported( aIsWLANFeatureSupported ),
+  iNameEasyWLAN( NULL )
     {
     }