connectionutilities/ConnectionDialogs/ConnectionUiUtilities/src/ActiveWrapper.cpp
equal
deleted
inserted
replaced
69 // might leave. |
69 // might leave. |
70 // --------------------------------------------------------- |
70 // --------------------------------------------------------- |
71 // |
71 // |
72 CActiveWrapper::CActiveWrapper( const TUint aIndexOfNote ) |
72 CActiveWrapper::CActiveWrapper( const TUint aIndexOfNote ) |
73 : CActive( CActive::EPriorityStandard ), |
73 : CActive( CActive::EPriorityStandard ), |
74 iIndexOfNote( aIndexOfNote ) |
74 iSSID( NULL ), |
|
75 iConnectionMode( NULL ), |
|
76 iSecurityMode( NULL ), |
|
77 iExtSecurityMode( NULL ), |
|
78 iProtectedSetupSupported( NULL ), |
|
79 iRS( NULL ), |
|
80 iIndexOfNote( aIndexOfNote ), |
|
81 iKey( NULL ), |
|
82 iHex( NULL ) |
75 { |
83 { |
76 } |
84 } |
77 |
85 |
78 |
86 |
79 // --------------------------------------------------------- |
87 // --------------------------------------------------------- |