networkcontrol/ipnetworklayer/inc/flow.h
branchRCL_3
changeset 10 c64cefac6e99
parent 0 af10295192d8
equal deleted inserted replaced
5:1422c6cd3f0c 10:c64cefac6e99
   188 
   188 
   189 	void MarkAllBindersForClosure();
   189 	void MarkAllBindersForClosure();
   190 	inline void MarkBinderForClosure(CIPProtoBinder* aBinder);
   190 	inline void MarkBinderForClosure(CIPProtoBinder* aBinder);
   191 	void CloseMarkedBinders();
   191 	void CloseMarkedBinders();
   192 	void SignalInterfaceDownOnAllBinders(TInt aError);
   192 	void SignalInterfaceDownOnAllBinders(TInt aError);
       
   193 	CIPProtoBinder* FindBinderForProto(const TDesC8& aProtocol);
   193 
   194 
   194 	inline CIPShimProtocolIntf* ProtocolIntf();
   195 	inline CIPShimProtocolIntf* ProtocolIntf();
   195 
   196 
   196 private:
   197 private:
   197 	RPointerArray<CIPProtoBinder> iBinderList;
   198 	RPointerArray<CIPProtoBinder> iBinderList;