linklayercontrol/networkinterfacemgr/agentprcore/inc/CAgentAdapter.h
branchRCL_3
changeset 22 8d540f55e491
parent 21 abbed5a4b42a
--- a/linklayercontrol/networkinterfacemgr/agentprcore/inc/CAgentAdapter.h	Tue Aug 31 16:45:15 2010 +0300
+++ b/linklayercontrol/networkinterfacemgr/agentprcore/inc/CAgentAdapter.h	Wed Sep 01 12:33:58 2010 +0100
@@ -99,7 +99,11 @@
 	// From MLinkCprServiceChangeNotificationApiExt Interface
 	void RequestServiceChangeNotificationL(const Messages::TNodeId& aSender, ESock::RLegacyResponseMsg& aResponse);
 	void CancelServiceChangeNotification(const Messages::TNodeId& aSender);
-
+	
+	  TBool IsAgentInErrorState() 
+	    {
+	    return iAgentErrorState;
+	    }	
 #ifdef SYMBIAN_ADAPTIVE_TCP_RECEIVE_WINDOW
 	inline CNifAgentBase * Agent() const; 
 #endif //SYMBIAN_ADAPTIVE_TCP_RECEIVE_WINDOW
@@ -135,6 +139,7 @@
     TAgentConnectType iAgentConnectType;
     Elements::TStateChange iLastProgress;
 	RPointerArray<CAgentAdapterSessionNotifier> iAgentAdapterSessionNotifiers;
+	TBool iAgentErrorState;
     };