equal
deleted
inserted
replaced
109 case EEngineConnected: |
109 case EEngineConnected: |
110 { |
110 { |
111 if ( !iBlockConnectedEvent ) |
111 if ( !iBlockConnectedEvent ) |
112 { |
112 { |
113 // if the event wasn't blocked, notify the observer |
113 // if the event wasn't blocked, notify the observer |
114 // get the connection name |
114 iObserver->WlanConnectionActivatedL(); |
115 HBufC* accessPointName = iSession->ConnectedAccountNameL(); |
|
116 CleanupStack::PushL( accessPointName ); |
|
117 iObserver->WlanConnectionActivatedL( *accessPointName ); |
|
118 CleanupStack::PopAndDestroy( accessPointName ); |
|
119 } |
115 } |
120 else |
116 else |
121 { |
117 { |
122 // if it was blocked, just clear the flag |
118 // if it was blocked, just clear the flag |
123 iBlockConnectedEvent = EFalse; |
119 iBlockConnectedEvent = EFalse; |