wlanutilities/wlansniffer/engine/client/src/wsfeventhandler.cpp
branchRCL_3
changeset 11 8b0eae1b1d71
parent 0 56b72877c1cb
child 13 858c6c491d0e
--- a/wlanutilities/wlansniffer/engine/client/src/wsfeventhandler.cpp	Fri Mar 12 15:48:54 2010 +0200
+++ b/wlanutilities/wlansniffer/engine/client/src/wsfeventhandler.cpp	Mon Mar 15 12:44:54 2010 +0200
@@ -111,11 +111,7 @@
             if ( !iBlockConnectedEvent )
                 {
                 // if the event wasn't blocked, notify the observer
-                // get the connection name
-                HBufC* accessPointName = iSession->ConnectedAccountNameL();
-                CleanupStack::PushL( accessPointName );
-                iObserver->WlanConnectionActivatedL( *accessPointName );
-                CleanupStack::PopAndDestroy( accessPointName );
+                iObserver->WlanConnectionActivatedL();
                 }
             else
                 {