linklayercontrol/networkinterfacemgr/agentprcore/src/CAgentAdapter.cpp
branchRCL_3
changeset 13 343eee2d4450
parent 0 af10295192d8
child 23 23b59305592d
--- a/linklayercontrol/networkinterfacemgr/agentprcore/src/CAgentAdapter.cpp	Thu Apr 01 00:00:09 2010 +0300
+++ b/linklayercontrol/networkinterfacemgr/agentprcore/src/CAgentAdapter.cpp	Wed Apr 14 17:34:42 2010 +0300
@@ -348,9 +348,9 @@
         {
 #ifdef __CFLOG_ACTIVE
     	TRAPD(err,
-    		iAgentScpr.ProgressL(KConnectionUninitialised);
     		iAgentState = EDisconnected;
     		iAgentScpr.ConnectionDownL();
+    	//	iAgentScpr.ProgressL(KConnectionUninitialised);
     		);
             if (err != KErrNone)
                 {
@@ -359,9 +359,9 @@
                 }
 #else
     	TRAP_IGNORE(
-            iAgentScpr.ProgressL(KConnectionUninitialised);
     		iAgentState = EDisconnected;
     		iAgentScpr.ConnectionDownL();
+            //iAgentScpr.ProgressL(KConnectionUninitialised);
     		);
 #endif
         }