wlanutilities/wlansniffer/aihelper/src/wsfaihelperdocument.cpp
branchRCL_3
changeset 12 981afc7d3841
parent 0 56b72877c1cb
--- a/wlanutilities/wlansniffer/aihelper/src/wsfaihelperdocument.cpp	Mon Mar 15 12:44:54 2010 +0200
+++ b/wlanutilities/wlansniffer/aihelper/src/wsfaihelperdocument.cpp	Wed Mar 31 23:17:49 2010 +0300
@@ -105,15 +105,11 @@
     // Read the afilename arg
     // Take that into a TWlanInfo and start creation of accesspoint
     TPckgBuf<TWsfWlanInfo> info;
-    TPckgBuf<TBool> connecting;
-    TPckgBuf<TBool> connectOnly;
+
     info.Copy( aFilename.Left( sizeof( TWsfWlanInfo ) ) );
-    connecting.Copy( aFilename.Mid( sizeof( TWsfWlanInfo ), sizeof( TBool ) ) );
-    connectOnly.Copy( aFilename.Right( sizeof( TBool ) ) );
     
     iWlanInfo = info();
-    iUseDefaultConnection = connecting();
-    iConnectOnly = connectOnly();
+    
     static_cast<CWsfAiHelperAppUi*>( iAppUi )->NotifyFileName();
 
     return NULL;